Class Catalog
java.lang.Object
com.invirgance.convirgance.jdbc.schema.Catalog
- All Implemented Interfaces:
NamedSchema
Represents a database catalog.
This can be used to get the
Schema of a database through DatabaseSchemaLayout.getCatalog(name).- Author:
- jbanes
-
Method Details
-
getName
Description copied from interface:NamedSchemaGet the schema name of this database object- Specified by:
getNamein interfaceNamedSchema- Returns:
- name of the object with exact database capitalization
-
getQuotedName
Description copied from interface:NamedSchemaGet the schema name of this database object quoted for use in a SQL statement- Specified by:
getQuotedNamein interfaceNamedSchema- Returns:
- name of the object quoted for use in a SQL statement
-
getSchemas
Returns all Schemas.- Returns:
- An array of Schemas.
-
getSchema
Returns the Schema that has the provided name.- Parameters:
name- The Schema's name.- Returns:
- The Schema.
-
toString
-