liquibase.sqlgenerator.core
Class LockDatabaseChangeLogGenerator

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

public class LockDatabaseChangeLogGenerator
extends AbstractSqlGenerator<LockDatabaseChangeLogStatement>


Field Summary
protected static String hostaddress
           
protected static String hostDescription
           
protected static String hostname
           
 
Fields inherited from interface liquibase.sqlgenerator.SqlGenerator
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR
 
Constructor Summary
LockDatabaseChangeLogGenerator()
           
 
Method Summary
 Sql[] generateSql(LockDatabaseChangeLogStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
          Generate the actual Sql for the given statement and database.
 ValidationErrors validate(LockDatabaseChangeLogStatement 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
 

Field Detail

hostname

protected static final String hostname

hostaddress

protected static final String hostaddress

hostDescription

protected static final String hostDescription
Constructor Detail

LockDatabaseChangeLogGenerator

public LockDatabaseChangeLogGenerator()
Method Detail

validate

public ValidationErrors validate(LockDatabaseChangeLogStatement 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(LockDatabaseChangeLogStatement 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.