DatabaseMetaData.supportsCatalogsInIndexDefinitions

DatabaseMetaData.supportsCatalogsInIndexDefinitions

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsCatalogsInIndexDefinitions() throws SQLException
Returns
true if so
Description
Can a catalog name be used in an index definition statement?

Exceptions
SQLException if a database-access error occurs.