public class SetColumnRemarksGeneratorSnowflake extends SetColumnRemarksGenerator
Modifier and Type | Field and Description |
---|---|
static String |
SET_COLUMN_REMARKS_NOT_SUPPORTED_ON_VIEW_MSG |
EMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
COMPARATOR
Constructor and Description |
---|
SetColumnRemarksGeneratorSnowflake() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one
with the highest priority.
|
boolean |
supports(SetColumnRemarksStatement 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(SetColumnRemarksStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Validate the data contained in the SqlStatement.
|
generateSql, getAffectedColumn, warn
generateRollbackStatementsIsVolatile, generateStatementsIsVolatile, looksLikeFunctionCall
public static final String SET_COLUMN_REMARKS_NOT_SUPPORTED_ON_VIEW_MSG
public int getPriority()
SqlGenerator
getPriority
in interface PrioritizedService
getPriority
in interface SqlGenerator<SetColumnRemarksStatement>
getPriority
in class SetColumnRemarksGenerator
public boolean supports(SetColumnRemarksStatement statement, Database database)
SqlGenerator
supports
in interface SqlGenerator<SetColumnRemarksStatement>
supports
in class SetColumnRemarksGenerator
public ValidationErrors validate(SetColumnRemarksStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
validate
in interface SqlGenerator<SetColumnRemarksStatement>
validate
in class SetColumnRemarksGenerator
Copyright © 2023 Liquibase.org. All rights reserved.