Retrieves the maximum number of columns this database allows in an ORDER BY clause.

public int getMaxColumnsInOrderBy()

Return Value

An integer that indicates the maximum number of columns allowed.

Exceptions

SQLServerException

Remarks

This getMaxColumnsInOrderBy method is specified by the getMaxColumnsInOrderBy method in the java.sql.DatabaseMetaData interface.

See Also