public class CommentGenerator extends AbstractSqlGenerator<CommentStatement>
EMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
COMPARATOR
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, warn
public Sql[] generateSql(CommentStatement comment, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
public ValidationErrors validate(CommentStatement comment, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
Copyright © 2023 Liquibase.org. All rights reserved.