DatabaseMetaData.getMaxIndexLength

DatabaseMetaData.getMaxIndexLength

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxIndexLength() throws SQLException
Returns
max index length in bytes
Description
What's the maximum length of an index (in bytes)?

Exceptions
SQLException if a database-access error occurs.