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