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