public class ForeignKeySnapshotGenerator
extends liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
METADATA_DEFERRABILITY, METADATA_DELETE_RULE, METADATA_FKCOLUMN_NAME, METADATA_FKTABLE_CAT, METADATA_FKTABLE_NAME, METADATA_FKTABLE_SCHEM, METADATA_PKCOLUMN_NAME, METADATA_PKTABLE_CAT, METADATA_PKTABLE_NAME, METADATA_PKTABLE_SCHEM, METADATA_UPDATE_RULE| Constructor and Description |
|---|
ForeignKeySnapshotGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTo(liquibase.structure.DatabaseObject foundObject,
liquibase.snapshot.DatabaseSnapshot snapshot) |
int |
getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType,
liquibase.database.Database database) |
Class<? extends liquibase.snapshot.SnapshotGenerator>[] |
replaces() |
protected liquibase.structure.DatabaseObject |
snapshotObject(liquibase.structure.DatabaseObject example,
liquibase.snapshot.DatabaseSnapshot snapshot) |
convertToForeignKeyConstraintTypepublic int getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database)
getPriority in interface liquibase.snapshot.SnapshotGeneratorgetPriority in class liquibase.snapshot.jvm.JdbcSnapshotGeneratorprotected void addTo(liquibase.structure.DatabaseObject foundObject,
liquibase.snapshot.DatabaseSnapshot snapshot)
throws liquibase.exception.DatabaseException,
liquibase.snapshot.InvalidExampleException
addTo in class liquibase.snapshot.jvm.ForeignKeySnapshotGeneratorliquibase.exception.DatabaseExceptionliquibase.snapshot.InvalidExampleExceptionpublic Class<? extends liquibase.snapshot.SnapshotGenerator>[] replaces()
replaces in interface liquibase.snapshot.SnapshotGeneratorreplaces in class liquibase.snapshot.jvm.JdbcSnapshotGeneratorprotected liquibase.structure.DatabaseObject snapshotObject(liquibase.structure.DatabaseObject example,
liquibase.snapshot.DatabaseSnapshot snapshot)
throws liquibase.exception.DatabaseException,
liquibase.snapshot.InvalidExampleException
snapshotObject in class liquibase.snapshot.jvm.ForeignKeySnapshotGeneratorliquibase.exception.DatabaseExceptionliquibase.snapshot.InvalidExampleExceptionCopyright © 2020 Liquibase.org. All rights reserved.