Uses of Interface
org.jooq.meta.TableDefinition
-
-
Uses of TableDefinition in org.jooq.meta
Classes in org.jooq.meta that implement TableDefinition Modifier and Type Class Description classAbstractTableDefinitionA base implementation for table definitions.classDefaultMetaTableDefinitionMethods in org.jooq.meta that return TableDefinition Modifier and Type Method Description TableDefinitionDefaultEmbeddableDefinition. getDefiningTable()TableDefinitionEmbeddableDefinition. getDefiningTable()The table defining the embeddable (same asTableElementDefinition.getTable()).TableDefinitionDefaultForeignKeyDefinition. getKeyTable()TableDefinitionForeignKeyDefinition. getKeyTable()Deprecated.- [#9672] - jOOQ 3.13 - UseConstraintDefinition.getTable()instead.TableDefinitionAbstractTableDefinition. getParentTable()TableDefinitionTableDefinition. getParentTable()Get the parent table if table inheritance is applicable.TableDefinitionDefaultForeignKeyDefinition. getReferencedTable()TableDefinitionForeignKeyDefinition. getReferencedTable()The definition of the referenced table.TableDefinitionDefaultEmbeddableDefinition. getReferencingTable()TableDefinitionEmbeddableDefinition. getReferencingTable()The table referencing the embeddable.TableDefinitionAbstractConstraintDefinition. getTable()TableDefinitionAbstractDatabase. getTable(SchemaDefinition schema, String name)TableDefinitionAbstractDatabase. getTable(SchemaDefinition schema, String name, boolean ignoreCase)TableDefinitionAbstractDatabase. getTable(SchemaDefinition schema, Name name)TableDefinitionAbstractDatabase. getTable(SchemaDefinition schema, Name name, boolean ignoreCase)TableDefinitionAbstractIndexDefinition. getTable()TableDefinitionConstraintDefinition. getTable()The table holding this constraint.TableDefinitionDatabase. getTable(SchemaDefinition schema, String name)Get a table in this database by name.TableDefinitionDatabase. getTable(SchemaDefinition schema, String name, boolean ignoreCase)Get a table in this database by name.TableDefinitionDatabase. getTable(SchemaDefinition schema, Name name)Get a table in this database by name.TableDefinitionDatabase. getTable(SchemaDefinition schema, Name name, boolean ignoreCase)Get a table in this database by name.TableDefinitionDefaultEmbeddableDefinition. getTable()TableDefinitionDefaultIdentityDefinition. getTable()TableDefinitionIdentityDefinition. getTable()TheIDENTITYcolumn's tableTableDefinitionTableElementDefinition. getTable()The table that this object is part of.Methods in org.jooq.meta that return types with arguments of type TableDefinition Modifier and Type Method Description List<TableDefinition>AbstractTableDefinition. getChildTables()List<TableDefinition>TableDefinition. getChildTables()Get the child tables if table inheritance is applicable.List<TableDefinition>AbstractDatabase. getTables()List<TableDefinition>AbstractDatabase. getTables(SchemaDefinition schema)List<TableDefinition>Database. getTables()The tables contained in this database.List<TableDefinition>Database. getTables(SchemaDefinition schema)The tables contained in this database.List<TableDefinition>SchemaDefinition. getTables()protected abstract List<TableDefinition>AbstractDatabase. getTables0()Retrieve ALL tables from the database.protected List<TableDefinition>AbstractMetaDatabase. getTables0()Methods in org.jooq.meta with parameters of type TableDefinition Modifier and Type Method Description voidDefaultRelations. addCheckConstraint(TableDefinition table, CheckConstraintDefinition constraint)voidDefaultRelations. addForeignKey(String foreignKeyName, TableDefinition foreignKeyTable, ColumnDefinition foreignKeyColumn, String uniqueKeyName, TableDefinition uniqueKeyTable)voidDefaultRelations. addForeignKey(String foreignKeyName, TableDefinition foreignKeyTable, ColumnDefinition foreignKeyColumn, String uniqueKeyName, TableDefinition uniqueKeyTable, boolean enforced)voidDefaultRelations. addForeignKey(String foreignKeyName, TableDefinition foreignKeyTable, ColumnDefinition foreignKeyColumn, String uniqueKeyName, TableDefinition uniqueKeyTable, ColumnDefinition uniqueKeyColumn, boolean enforced)voidDefaultRelations. addPrimaryKey(String keyName, TableDefinition table, ColumnDefinition column)voidDefaultRelations. addPrimaryKey(String keyName, TableDefinition table, ColumnDefinition column, boolean enforced)voidDefaultRelations. addUniqueKey(String keyName, TableDefinition table, ColumnDefinition column)voidDefaultRelations. addUniqueKey(String keyName, TableDefinition table, ColumnDefinition column, boolean enforced)protected <T extends TableElementDefinition>
List<T>AbstractDatabase. filterTable(List<T> definitions, TableDefinition table)protected <T extends TableElementDefinition>
List<T>AbstractDatabase. filterTable(List<T> definitions, TableDefinition table, Map<TableDefinition,List<T>> cache)List<CheckConstraintDefinition>DefaultRelations. getCheckConstraints(TableDefinition table)List<CheckConstraintDefinition>Relations. getCheckConstraints(TableDefinition table)Get a list ofCHECKconstraints for a given table.List<EmbeddableDefinition>AbstractDatabase. getEmbeddables(TableDefinition table)List<EmbeddableDefinition>Database. getEmbeddables(TableDefinition table)Get all embeddables for a given defining table.List<EmbeddableDefinition>AbstractDatabase. getEmbeddablesByReferencingTable(TableDefinition table)List<EmbeddableDefinition>Database. getEmbeddablesByReferencingTable(TableDefinition table)Get all embeddables for a given referencing table.List<ForeignKeyDefinition>AbstractTableDefinition. getForeignKeys(TableDefinition referenced)List<ForeignKeyDefinition>DefaultRelations. getForeignKeys(TableDefinition table)List<ForeignKeyDefinition>Relations. getForeignKeys(TableDefinition table)Get a list of foreign keys for a given table.List<ForeignKeyDefinition>TableDefinition. getForeignKeys(TableDefinition referenced)Get the foreign keys for this table referencing a specific table.List<IndexDefinition>AbstractDatabase. getIndexes(TableDefinition table)List<IndexDefinition>Database. getIndexes(TableDefinition schema)The indexes contained in this database.List<UniqueKeyDefinition>DefaultRelations. getKeys(TableDefinition table)List<UniqueKeyDefinition>Relations. getKeys(TableDefinition table)Get a list of unique keys (including the primary key) for a given table.List<UniqueKeyDefinition>DefaultRelations. getUniqueKeys(TableDefinition table)List<UniqueKeyDefinition>Relations. getUniqueKeys(TableDefinition table)Get a list of unique keys (not including the primary key) for a given table.voidAbstractTableDefinition. setParentTable(TableDefinition parentTable)Method parameters in org.jooq.meta with type arguments of type TableDefinition Modifier and Type Method Description protected <T extends TableElementDefinition>
List<T>AbstractDatabase. filterTable(List<T> definitions, TableDefinition table, Map<TableDefinition,List<T>> cache) -
Uses of TableDefinition in org.jooq.meta.cubrid
Classes in org.jooq.meta.cubrid that implement TableDefinition Modifier and Type Class Description classCUBRIDTableDefinitionMethods in org.jooq.meta.cubrid that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>CUBRIDDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.derby
Classes in org.jooq.meta.derby that implement TableDefinition Modifier and Type Class Description classDerbyTableDefinitionMethods in org.jooq.meta.derby that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>DerbyDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.firebird
Classes in org.jooq.meta.firebird that implement TableDefinition Modifier and Type Class Description classFirebirdTableDefinitionclassFirebirdTableValuedFunctionMethods in org.jooq.meta.firebird that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>FirebirdDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.h2
Classes in org.jooq.meta.h2 that implement TableDefinition Modifier and Type Class Description classH2TableDefinitionH2 table definitionMethods in org.jooq.meta.h2 that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>H2Database. getTables0() -
Uses of TableDefinition in org.jooq.meta.hsqldb
Classes in org.jooq.meta.hsqldb that implement TableDefinition Modifier and Type Class Description classHSQLDBTableDefinitionclassHSQLDBTableValuedFunctionMethods in org.jooq.meta.hsqldb that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>HSQLDBDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.mysql
Classes in org.jooq.meta.mysql that implement TableDefinition Modifier and Type Class Description classMySQLTableDefinitionMethods in org.jooq.meta.mysql that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>MySQLDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.postgres
Classes in org.jooq.meta.postgres that implement TableDefinition Modifier and Type Class Description classPostgresMaterializedViewDefinitionclassPostgresTableDefinitionclassPostgresTableValuedFunctionMethods in org.jooq.meta.postgres that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>PostgresDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.sqlite
Classes in org.jooq.meta.sqlite that implement TableDefinition Modifier and Type Class Description classSQLiteTableDefinitionSQLite table definitionMethods in org.jooq.meta.sqlite that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>SQLiteDatabase. getTables0() -
Uses of TableDefinition in org.jooq.meta.xml
Classes in org.jooq.meta.xml that implement TableDefinition Modifier and Type Class Description classXMLTableDefinitionMethods in org.jooq.meta.xml that return types with arguments of type TableDefinition Modifier and Type Method Description protected List<TableDefinition>XMLDatabase. getTables0()
-