liquibase.snapshot.jvm
Class ForeignKeySnapshotGenerator
java.lang.Object
liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- All Implemented Interfaces:
- SnapshotGenerator
public class ForeignKeySnapshotGenerator
- extends JdbcSnapshotGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForeignKeySnapshotGenerator
public ForeignKeySnapshotGenerator()
addTo
protected void addTo(DatabaseObject foundObject,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
addTo
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
snapshotObject
protected DatabaseObject snapshotObject(DatabaseObject example,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
snapshotObject
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
convertToForeignKeyConstraintType
protected ForeignKeyConstraintType convertToForeignKeyConstraintType(Integer jdbcType,
Database database)
throws DatabaseException
- Throws:
DatabaseException
Copyright © 2016 Liquibase.org. All rights reserved.