Package liquibase.statement.core
Class CreateSequenceStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.CreateSequenceStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT -
Constructor Summary
ConstructorsConstructorDescriptionCreateSequenceStatement(String catalogName, String schemaName, String sequenceName) -
Method Summary
Modifier and TypeMethodDescriptiongetCycle()setCacheSize(BigInteger cacheSize) voidsetCatalogName(String catalogName) setDataType(String dataType) setIncrementBy(BigInteger incrementBy) setMaxValue(BigInteger maxValue) setMinValue(BigInteger minValue) setOrdered(Boolean ordered) setStartValue(BigInteger startValue) booleanMethods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError
-
Constructor Details
-
CreateSequenceStatement
-
-
Method Details
-
skipOnUnsupported
public boolean skipOnUnsupported()- Specified by:
skipOnUnsupportedin interfaceSqlStatement- Overrides:
skipOnUnsupportedin classAbstractSqlStatement
-
getCatalogName
-
setCatalogName
-
getSchemaName
-
getSequenceName
-
getStartValue
-
setStartValue
-
getIncrementBy
-
setIncrementBy
-
getMaxValue
-
setMaxValue
-
getMinValue
-
setMinValue
-
getOrdered
-
setOrdered
-
getCycle
-
setCycle
-
getCacheSize
-
setCacheSize
-
getDataType
-
setDataType
-