DatabaseMetaData.supportsExtendedSQLGrammar

DatabaseMetaData.supportsExtendedSQLGrammar

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsExtendedSQLGrammar() throws SQLException
Returns
true if so
Description
Is the ODBC Extended SQL grammar supported?

Exceptions
SQLException if a database-access error occurs.