Retrieves whether this database supports the ODBC Extended SQL grammar.

public boolean supportsExtendedSQLGrammar()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also