Uses of Class
liquibase.structure.core.Table
-
Packages that use Table Package Description liquibase.snapshot liquibase.snapshot.jvm liquibase.sqlgenerator.core liquibase.structure.core -
-
Uses of Table in liquibase.snapshot
Methods in liquibase.snapshot that return Table Modifier and Type Method Description TableSnapshotGeneratorFactory. getDatabaseChangeLogLockTable(Database database)TableSnapshotGeneratorFactory. getDatabaseChangeLogTable(SnapshotControl snapshotControl, Database database) -
Uses of Table in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return Table Modifier and Type Method Description protected TableTableSnapshotGenerator. readTable(CachedRow tableMetadataResultSet, Database database)Methods in liquibase.snapshot.jvm with parameters of type Table Modifier and Type Method Description protected List<CachedRow>UniqueConstraintSnapshotGenerator. listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema)protected List<CachedRow>UniqueConstraintSnapshotGeneratorSnowflake. listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema) -
Uses of Table in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return Table Modifier and Type Method Description protected TableInsertOrUpdateGenerator. getAffectedTable(InsertOrUpdateStatement insertOrUpdateStatement) -
Uses of Table in liquibase.structure.core
Methods in liquibase.structure.core that return Table Modifier and Type Method Description TableForeignKey. getForeignKeyTable()TableForeignKey. getPrimaryKeyTable()TableData. getTable()TableIndex. getTable()Deprecated.TablePrimaryKey. getTable()Returns the Table object this PrimaryKey belongs to.TableUniqueConstraint. getTable()Deprecated.TableTable. setDefaultTablespace(Boolean tablespace)TableTable. setName(String name)TableTable. setTablespace(String tablespace)Methods in liquibase.structure.core with parameters of type Table Modifier and Type Method Description ForeignKeyForeignKey. setForeignKeyTable(Table foreignKeyTable)ForeignKeyForeignKey. setPrimaryKeyTable(Table primaryKeyTable)DataData. setTable(Table table)PrimaryKeyPrimaryKey. setTable(Table table)Sets the Table object this PrimaryKey belongs to.UniqueConstraintUniqueConstraint. setTable(Table table)Deprecated.
-