DatabaseMetaData.getSchemas
Interface Overview | Interface Members |
This Package |
All Packages
public abstract ResultSet getSchemas() throws SQLException
Returns
ResultSet - each row has a single String column that is a
schema name
Description
Get the schema names available in this database. The results
are ordered by schema name.
The schema column is:
- TABLE_SCHEM String => schema name
Exceptions
SQLException
if a database-access error occurs.