liquibase.sqlgenerator.core
Class UnlockDatabaseChangeLogGenerator

java.lang.Object
  extended by liquibase.sqlgenerator.core.AbstractSqlGenerator<UnlockDatabaseChangeLogStatement>
      extended by liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
All Implemented Interfaces:
PrioritizedService, SqlGenerator<UnlockDatabaseChangeLogStatement>

public class UnlockDatabaseChangeLogGenerator
extends AbstractSqlGenerator<UnlockDatabaseChangeLogStatement>


Field Summary
 
Fields inherited from interface liquibase.sqlgenerator.SqlGenerator
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR
 
Constructor Summary
UnlockDatabaseChangeLogGenerator()
           
 
Method Summary
 Sql[] generateSql(UnlockDatabaseChangeLogStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
          Generate the actual Sql for the given statement and database.
 ValidationErrors validate(UnlockDatabaseChangeLogStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
          Validate the data contained in the SqlStatement.
 
Methods inherited from class liquibase.sqlgenerator.core.AbstractSqlGenerator
generateRollbackStatementsIsVolatile, generateStatementsIsVolatile, getPriority, looksLikeFunctionCall, supports, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockDatabaseChangeLogGenerator

public UnlockDatabaseChangeLogGenerator()
Method Detail

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 © 2016 Liquibase.org. All rights reserved.