DatabaseMetaData.getMaxIndexLength
Interface Overview | Interface Members |
This Package |
All Packages
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.