java.lang.Object
org.firebirdsql.jdbc.metadata.CatalogMetadataInfo
Metadata information related to catalogs.
Specifically, this reports the normal behaviour (no catalogs), or — Firebird 3.0 or higher with
useCatalogAsPackage=true
— catalogs being used for packages.
- Since:
- 6
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogMetadataInfo
create
(DbMetadataMediator mediator) int
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
create
-
getCatalogSeparator
-
getCatalogTerm
-
isCatalogAtStart
public boolean isCatalogAtStart() -
getMaxCatalogNameLength
public int getMaxCatalogNameLength() -
supportsCatalogsInDataManipulation
public boolean supportsCatalogsInDataManipulation() -
supportsCatalogsInProcedureCalls
public boolean supportsCatalogsInProcedureCalls() -
supportsCatalogsInTableDefinitions
public boolean supportsCatalogsInTableDefinitions() -
supportsCatalogsInIndexDefinitions
public boolean supportsCatalogsInIndexDefinitions() -
supportsCatalogsInPrivilegeDefinitions
public boolean supportsCatalogsInPrivilegeDefinitions()
-