Retrieves whether this database supports expressions in ORDER BY lists.

public boolean supportsExpressionsInOrderBy()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also