getSchemas Method (SQLServerDatabaseMetaData)

Download JDBC driver

Retrieves the schema names that are available in the current database.

Overload List

Name Description
getSchemas Method () Retrieves the schema names that are available in the current database.
getSchemas Method (String, String) Retrieves the schema names that are available in the current database by using the specified catalog name and the schema name.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class