liquibase.snapshot.jvm
Class UniqueConstraintSnapshotGenerator
java.lang.Object
liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- All Implemented Interfaces:
- SnapshotGenerator
public class UniqueConstraintSnapshotGenerator
- extends JdbcSnapshotGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UniqueConstraintSnapshotGenerator
public UniqueConstraintSnapshotGenerator()
snapshotObject
protected DatabaseObject snapshotObject(DatabaseObject example,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
snapshotObject
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
addTo
protected void addTo(DatabaseObject foundObject,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
addTo
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
listConstraints
protected List<Map> listConstraints(Table table,
Database database,
Schema schema)
throws DatabaseException
- Throws:
DatabaseException
listColumns
protected List<Map> listColumns(UniqueConstraint example,
Database database)
throws DatabaseException
- Throws:
DatabaseException
Copyright © 2013 Liquibase.org. All Rights Reserved.