DatabaseMetaData.getMaxColumnsInIndex
Interface Overview | Interface Members |
This Package |
All Packages
public abstract int getMaxColumnsInIndex() throws SQLException
Returns
max columns
Description
What's the maximum number of columns allowed in an index?
Exceptions
SQLException
if a database-access error occurs.