public class CommentGenerator extends AbstractSqlGenerator<CommentStatement>
PRIORITY_DATABASE, PRIORITY_DEFAULTCOMPARATOR| Constructor and Description |
|---|
CommentGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Sql[] |
generateSql(CommentStatement comment,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Generate the actual Sql for the given statement and database.
|
ValidationErrors |
validate(CommentStatement comment,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Validate the data contained in the SqlStatement.
|
generateRollbackStatementsIsVolatile, generateStatementsIsVolatile, getPriority, looksLikeFunctionCall, supports, warnpublic Sql[] generateSql(CommentStatement comment, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGeneratorpublic ValidationErrors validate(CommentStatement comment, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGeneratorCopyright © 2018 Liquibase.org. All rights reserved.