Expand Minimize
This topic has not yet been rated - Rate this topic

getMaxIndexLength Method (SQLServerDatabaseMetaData)

Retrieves the maximum number of bytes that this database allows for an index, including all of the parts of the index.


public int getMaxIndexLength()

An int that indicates the maximum number of bytes allowed.

This getMaxIndexLength method is specified by the getMaxIndexLength method in the java.sql.DatabaseMetaData interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.