DatabaseMetaData.getSQLKeywords

DatabaseMetaData.getSQLKeywords

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getSQLKeywords() throws SQLException
Returns
the list
Description
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.

Exceptions
SQLException if a database-access error occurs.