liquibase.sqlgenerator.core
Class InitializeDatabaseChangeLogLockTableGenerator
java.lang.Object
liquibase.sqlgenerator.core.AbstractSqlGenerator<InitializeDatabaseChangeLogLockTableStatement>
liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
- All Implemented Interfaces:
- PrioritizedService, SqlGenerator<InitializeDatabaseChangeLogLockTableStatement>
public class InitializeDatabaseChangeLogLockTableGenerator
- extends AbstractSqlGenerator<InitializeDatabaseChangeLogLockTableStatement>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitializeDatabaseChangeLogLockTableGenerator
public InitializeDatabaseChangeLogLockTableGenerator()
validate
public ValidationErrors validate(InitializeDatabaseChangeLogLockTableStatement initializeDatabaseChangeLogLockTableStatement,
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(InitializeDatabaseChangeLogLockTableStatement 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.