DatabaseMetaData.supportsSchemasInIndexDefinitions

DatabaseMetaData.supportsSchemasInIndexDefinitions

Interface Overview | Interface Members | This Package | All Packages

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

Exceptions
SQLException if a database-access error occurs.