Uses of Class
liquibase.structure.core.Table
Packages that use Table
Package
Description
-
Uses of Table in liquibase.snapshot
Methods in liquibase.snapshot that return TableModifier and TypeMethodDescriptionSnapshotGeneratorFactory.getDatabaseChangeLogLockTable(Database database) SnapshotGeneratorFactory.getDatabaseChangeLogTable(SnapshotControl snapshotControl, Database database) -
Uses of Table in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return TableMethods in liquibase.snapshot.jvm with parameters of type TableModifier and TypeMethodDescriptionUniqueConstraintSnapshotGenerator.listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema) UniqueConstraintSnapshotGeneratorSnowflake.listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema) -
Uses of Table in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return TableModifier and TypeMethodDescriptionprotected TableInsertOrUpdateGenerator.getAffectedTable(InsertOrUpdateStatement insertOrUpdateStatement) -
Uses of Table in liquibase.structure.core
Methods in liquibase.structure.core that return TableModifier 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) Methods in liquibase.structure.core with parameters of type TableModifier and TypeMethodDescriptionForeignKey.setForeignKeyTable(Table foreignKeyTable) ForeignKey.setPrimaryKeyTable(Table primaryKeyTable) Sets the Table object this PrimaryKey belongs to.Deprecated.
Index.getRelation()