java.lang.Object
org.jooq.meta.AbstractDefinition
org.jooq.meta.CatalogDefinition
- All Implemented Interfaces:
Definition
The definition of a database catalog.
- Author:
- Lukas Eder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CatalogDefinitionfinal List<Definition>final StringSubclasses may override this method Subclasses may override this methodfinal SchemaDefinitionfinal List<SchemaDefinition>booleanMethods inherited from class org.jooq.meta.AbstractDefinition
create, create, equals, getComment, getConnection, getDatabase, getDialect, getInputName, getName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.meta.Definition
isSynthetic
-
Constructor Details
-
CatalogDefinition
-
-
Method Details
-
getCatalog
- Specified by:
getCatalogin interfaceDefinition- Overrides:
getCatalogin classAbstractDefinition- Returns:
- The catalog of this object.
-
getSchemata
-
getSchema
-
getOutputName
Description copied from class:AbstractDefinitionSubclasses may override this method- Specified by:
getOutputNamein interfaceDefinition- Overrides:
getOutputNamein classAbstractDefinition- Returns:
- The name of this object, e.g. [my_table], as defined for the target database. This may differ from the input name if schema / table rewriting is applied.
-
getDefinitionPath
- Specified by:
getDefinitionPathin interfaceDefinition- Overrides:
getDefinitionPathin classAbstractDefinition- Returns:
- A path of definitions for this definition, e.g.
[schema].[package].[routine].[parameter]
-
isDefaultCatalog
public boolean isDefaultCatalog()
-