public class LockDatabaseChangeLogGenerator extends AbstractSqlGenerator<LockDatabaseChangeLogStatement>
Modifier and Type | Field and Description |
---|---|
protected static String |
hostaddress |
protected static String |
hostDescription |
protected static String |
hostname |
EMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
COMPARATOR
Constructor and Description |
---|
LockDatabaseChangeLogGenerator() |
Modifier and Type | Method and Description |
---|---|
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.
|
generateRollbackStatementsIsVolatile, generateStatementsIsVolatile, getPriority, looksLikeFunctionCall, supports, warn
protected static final String hostname
protected static final String hostaddress
protected static final String hostDescription
public ValidationErrors validate(LockDatabaseChangeLogStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
public Sql[] generateSql(LockDatabaseChangeLogStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
Copyright © 2023 Liquibase.org. All rights reserved.