public class MissingSequenceChangeGeneratorSnowflake extends MissingSequenceChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
Constructor and Description |
---|
MissingSequenceChangeGeneratorSnowflake() |
Modifier and Type | Method and Description |
---|---|
Change[] |
fixMissing(DatabaseObject missingObject,
DiffOutputControl control,
Database referenceDatabase,
Database comparisonDatabase,
ChangeGeneratorChain chain) |
int |
getPriority(Class<? extends DatabaseObject> objectType,
Database database) |
runAfterTypes, runBeforeTypes
fixOutputAsSchema, fixSchema, setRespectSchemaAndCatalogCase
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fixOutputAsSchema, fixSchema
public MissingSequenceChangeGeneratorSnowflake()
public int getPriority(Class<? extends DatabaseObject> objectType, Database database)
getPriority
in interface ChangeGenerator
getPriority
in class MissingSequenceChangeGenerator
public Change[] fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)
fixMissing
in interface MissingObjectChangeGenerator
fixMissing
in class MissingSequenceChangeGenerator
Copyright © 2023 Liquibase.org. All rights reserved.