public class SetColumnRemarksGeneratorSnowflake extends SetColumnRemarksGenerator
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.
|
generateSql, getAffectedColumn, validategenerateRollbackStatementsIsVolatile, generateStatementsIsVolatile, looksLikeFunctionCall, warnpublic 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 SetColumnRemarksGeneratorCopyright © 2022 Liquibase.org. All rights reserved.