liquibase.snapshot.jvm
Class CatalogSnapshotGenerator
java.lang.Object
liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.snapshot.jvm.CatalogSnapshotGenerator
- All Implemented Interfaces:
- SnapshotGenerator
public class CatalogSnapshotGenerator
- extends JdbcSnapshotGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogSnapshotGenerator
public CatalogSnapshotGenerator()
snapshotObject
protected DatabaseObject snapshotObject(DatabaseObject example,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
snapshotObject
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
isDefaultCatalog
protected boolean isDefaultCatalog(Catalog match,
Database database)
addTo
protected void addTo(DatabaseObject foundObject,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
addTo
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
getDatabaseCatalogNames
protected String[] getDatabaseCatalogNames(Database database)
throws SQLException,
DatabaseException
- Throws:
SQLException
DatabaseException
Copyright © 2016 Liquibase.org. All rights reserved.