liquibase.sqlgenerator.core
Class UnlockDatabaseChangeLogGenerator
java.lang.Object
liquibase.sqlgenerator.core.AbstractSqlGenerator<UnlockDatabaseChangeLogStatement>
liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
- All Implemented Interfaces:
- PrioritizedService, SqlGenerator<UnlockDatabaseChangeLogStatement>
public class UnlockDatabaseChangeLogGenerator
- extends AbstractSqlGenerator<UnlockDatabaseChangeLogStatement>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnlockDatabaseChangeLogGenerator
public UnlockDatabaseChangeLogGenerator()
validate
public ValidationErrors validate(UnlockDatabaseChangeLogStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
- Description copied from interface:
SqlGenerator
- Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors object, not a null value.
Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
generateSql
public Sql[] generateSql(UnlockDatabaseChangeLogStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
- Description copied from interface:
SqlGenerator
- Generate the actual Sql for the given statement and database.
Copyright © 2012 Liquibase.org. All Rights Reserved.