DatabaseMetaData.supportsCatalogsInTableDefinitions
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsCatalogsInTableDefinitions() throws SQLException
Returns
true if so
Description
Can a catalog name be used in a table definition statement?
Exceptions
SQLException
if a database-access error occurs.