Uses of Class
liquibase.structure.core.Table
Package
Description
-
Uses of Table in liquibase.snapshot
Modifier and TypeMethodDescriptionSnapshotGeneratorFactory.getDatabaseChangeLogLockTable
(Database database) SnapshotGeneratorFactory.getDatabaseChangeLogTable
(SnapshotControl snapshotControl, Database database) -
Uses of Table in liquibase.snapshot.jvm
Modifier and TypeMethodDescriptionUniqueConstraintSnapshotGenerator.listConstraints
(Table table, DatabaseSnapshot snapshot, Schema schema) UniqueConstraintSnapshotGeneratorSnowflake.listConstraints
(Table table, DatabaseSnapshot snapshot, Schema schema) -
Uses of Table in liquibase.sqlgenerator.core
Modifier and TypeMethodDescriptionprotected Table
InsertOrUpdateGenerator.getAffectedTable
(InsertOrUpdateStatement insertOrUpdateStatement) -
Uses of Table in liquibase.structure.core
Modifier and TypeMethodDescriptionForeignKey.getForeignKeyTable()
ForeignKey.getPrimaryKeyTable()
Data.getTable()
Index.getTable()
Deprecated.PrimaryKey.getTable()
Returns the Table object this PrimaryKey belongs to.UniqueConstraint.getTable()
Deprecated.Table.setDefaultTablespace
(Boolean tablespace) Table.setTablespace
(String tablespace) Modifier and TypeMethodDescriptionForeignKey.setForeignKeyTable
(Table foreignKeyTable) ForeignKey.setPrimaryKeyTable
(Table primaryKeyTable) Sets the Table object this PrimaryKey belongs to.Deprecated.
Index.getRelation()