getMaxIndexLength()
Syntax:
int getMaxIndexLength() throws SQLException
Description:
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
Returns:
the maximum number of bytes allowed; this limit includes the composite of all the constituent parts of the index; a result of zero means that there is no limit or the limit is not known
Throws:
SQLException - if a database access error occurs