-
- All Superinterfaces:
Definition
- All Known Subinterfaces:
EmbeddableDefinition,IndexDefinition
- All Known Implementing Classes:
AbstractIndexDefinition,DefaultEmbeddableDefinition
public interface TableElementDefinition extends Definition
The definition of an object that is contained in a table.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableDefinitiongetTable()The table that this object is part of.-
Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource
-
-
-
-
Method Detail
-
getTable
TableDefinition getTable()
The table that this object is part of.
-
-