Retrieves whether this database supports the ODBC Minimum SQL grammar.
Syntax
public boolean supportsMinimumSQLGrammar()
Return Value
true if supported. Otherwise, false.
Exceptions
Remarks
This supportsMinimumSQLGrammer method is specified by the supportsMinimumSQLGrammer method in the java.sql.DatabaseMetaData interface.