|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
liquibase.snapshot | |
liquibase.snapshot.jvm | |
liquibase.sqlgenerator.core | |
liquibase.structure.core |
Uses of Table in liquibase.snapshot |
---|
Methods in liquibase.snapshot that return Table | |
---|---|
Table |
SnapshotGeneratorFactory.getDatabaseChangeLogLockTable(Database database)
|
Table |
SnapshotGeneratorFactory.getDatabaseChangeLogTable(SnapshotControl snapshotControl,
Database database)
|
Uses of Table in liquibase.snapshot.jvm |
---|
Methods in liquibase.snapshot.jvm that return Table | |
---|---|
protected Table |
TableSnapshotGenerator.readTable(CachedRow tableMetadataResultSet,
Database database)
|
Methods in liquibase.snapshot.jvm with parameters of type Table | |
---|---|
protected List<CachedRow> |
UniqueConstraintSnapshotGenerator.listConstraints(Table table,
DatabaseSnapshot snapshot,
Schema schema)
|
Uses of Table in liquibase.sqlgenerator.core |
---|
Methods in liquibase.sqlgenerator.core that return Table | |
---|---|
protected Table |
InsertOrUpdateGenerator.getAffectedTable(InsertOrUpdateStatement insertOrUpdateStatement)
|
Uses of Table in liquibase.structure.core |
---|
Methods in liquibase.structure.core that return Table | |
---|---|
Table |
ForeignKey.getForeignKeyTable()
|
Table |
ForeignKey.getPrimaryKeyTable()
|
Table |
UniqueConstraint.getTable()
|
Table |
PrimaryKey.getTable()
|
Table |
Data.getTable()
|
Table |
Index.getTable()
|
Table |
Table.setName(String name)
|
Methods in liquibase.structure.core with parameters of type Table | |
---|---|
ForeignKey |
ForeignKey.setForeignKeyTable(Table foreignKeyTable)
|
ForeignKey |
ForeignKey.setPrimaryKeyTable(Table primaryKeyTable)
|
UniqueConstraint |
UniqueConstraint.setTable(Table table)
|
PrimaryKey |
PrimaryKey.setTable(Table table)
|
Data |
Data.setTable(Table table)
|
Index |
Index.setTable(Table table)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |