supportsCoreSQLGrammar Method (SQLServerDatabaseMetaData)
Retrieves whether this database supports the ODBC Core SQL grammar.
Syntax
public boolean supportsCoreSQLGrammar()
Return Value
true if supported. Otherwise, false.
Exceptions
Remarks
This supportsCoreSQLGrammer method is specified by the supportsCoreSQLGrammer method in the java.sql.DatabaseMetaData interface.
See Also
Reference
SQLServerDatabaseMetaData Class