Uses of Class
com.invirgance.convirgance.jdbc.schema.Catalog
Packages that use Catalog
Package
Description
Provides classes that represent different database schema objects.
-
Uses of Catalog in com.invirgance.convirgance.jdbc.schema
Methods in com.invirgance.convirgance.jdbc.schema that return CatalogModifier and TypeMethodDescriptionDatabaseSchemaLayout.getCatalog
(String name) Gets the catalog with the specified name (case-insensitive)Schema.getCatalog()
Returns the tableCatalog
.Catalog[]
DatabaseSchemaLayout.getCatalogs()
Returns all catalogs.DatabaseSchemaLayout.getCurrentCatalog()
Gets the databases most recent table catalog.