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_DEFAULTCOMPARATOR| 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, warngenerateRollbackStatementsIsVolatile, generateStatementsIsVolatile, looksLikeFunctionCallpublic static final String SET_COLUMN_REMARKS_NOT_SUPPORTED_ON_VIEW_MSG
public int getPriority()
SqlGeneratorgetPriority in interface PrioritizedServicegetPriority in interface SqlGenerator<SetColumnRemarksStatement>getPriority in class SetColumnRemarksGeneratorpublic boolean supports(SetColumnRemarksStatement statement, Database database)
SqlGeneratorsupports in interface SqlGenerator<SetColumnRemarksStatement>supports in class SetColumnRemarksGeneratorpublic ValidationErrors validate(SetColumnRemarksStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGeneratorvalidate in interface SqlGenerator<SetColumnRemarksStatement>validate in class SetColumnRemarksGeneratorCopyright © 2023 Liquibase.org. All rights reserved.