Package liquibase.sqlgenerator.core
Class SetColumnRemarksGeneratorSnowflake
java.lang.Object
liquibase.sqlgenerator.core.AbstractSqlGenerator<SetColumnRemarksStatement>
liquibase.sqlgenerator.core.SetColumnRemarksGenerator
liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
- All Implemented Interfaces:
- PrioritizedService,- SqlGenerator<SetColumnRemarksStatement>
- 
Field SummaryFieldsFields inherited from interface liquibase.servicelocator.PrioritizedServiceCOMPARATORFields inherited from interface liquibase.sqlgenerator.SqlGeneratorEMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintOf all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one with the highest priority.booleansupports(SetColumnRemarksStatement statement, Database database) Does this generator support the given statement/database combination?validate(SetColumnRemarksStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) Validate the data contained in the SqlStatement.Methods inherited from class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorgenerateSql, getAffectedColumn, warnMethods inherited from class liquibase.sqlgenerator.core.AbstractSqlGeneratorgenerateRollbackStatementsIsVolatile, generateStatementsIsVolatile, looksLikeFunctionCall
- 
Field Details- 
SET_COLUMN_REMARKS_NOT_SUPPORTED_ON_VIEW_MSG- See Also:
 
 
- 
- 
Constructor Details- 
SetColumnRemarksGeneratorSnowflakepublic SetColumnRemarksGeneratorSnowflake()
 
- 
- 
Method Details- 
getPrioritypublic int getPriority()Description copied from interface:SqlGeneratorOf all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one with the highest priority.- Specified by:
- getPriorityin interface- PrioritizedService
- Specified by:
- getPriorityin interface- SqlGenerator<SetColumnRemarksStatement>
- Overrides:
- getPriorityin class- SetColumnRemarksGenerator
 
- 
supportsDescription copied from interface:SqlGeneratorDoes this generator support the given statement/database combination? Do not validate the statement with this method, only return if it can support it.- Specified by:
- supportsin interface- SqlGenerator<SetColumnRemarksStatement>
- Overrides:
- supportsin class- SetColumnRemarksGenerator
 
- 
validatepublic ValidationErrors validate(SetColumnRemarksStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) Description copied from interface:SqlGeneratorValidate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors object, not a null value. Liquibase will inspect the ValidationErrors result before attempting to call generateSql.- Specified by:
- validatein interface- SqlGenerator<SetColumnRemarksStatement>
- Overrides:
- validatein class- SetColumnRemarksGenerator
 
 
-