public class SetViewRemarksGenerator extends AbstractSqlGenerator<SetViewRemarksStatement>
EMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
COMPARATOR
Constructor and Description |
---|
SetViewRemarksGenerator() |
Modifier and Type | Method and Description |
---|---|
Sql[] |
generateSql(SetViewRemarksStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Generate the actual Sql for the given statement and database.
|
protected Relation |
getAffectedTable(SetViewRemarksStatement statement) |
boolean |
supports(SetViewRemarksStatement statement,
Database database)
Does this generator support the given statement/database combination? Do not validate the statement with this
method, only return if it can support it.
|
ValidationErrors |
validate(SetViewRemarksStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Validate the data contained in the SqlStatement.
|
generateRollbackStatementsIsVolatile, generateStatementsIsVolatile, getPriority, looksLikeFunctionCall, warn
public boolean supports(SetViewRemarksStatement statement, Database database)
SqlGenerator
supports
in interface SqlGenerator<SetViewRemarksStatement>
supports
in class AbstractSqlGenerator<SetViewRemarksStatement>
public ValidationErrors validate(SetViewRemarksStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
public Sql[] generateSql(SetViewRemarksStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
protected Relation getAffectedTable(SetViewRemarksStatement statement)
Copyright © 2023 Liquibase.org. All rights reserved.