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
ConstructorDescriptionCreateSequenceStatement
(String catalogName, String schemaName, String sequenceName) -
Method Summary
Modifier and TypeMethodDescriptiongetCycle()
setCacheSize
(BigInteger cacheSize) void
setCatalogName
(String catalogName) setDataType
(String dataType) setIncrementBy
(BigInteger incrementBy) setMaxValue
(BigInteger maxValue) setMinValue
(BigInteger minValue) setOrdered
(Boolean ordered) setStartValue
(BigInteger startValue) boolean
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError
-
Constructor Details
-
CreateSequenceStatement
-
-
Method Details
-
skipOnUnsupported
public boolean skipOnUnsupported()- Specified by:
skipOnUnsupported
in interfaceSqlStatement
- Overrides:
skipOnUnsupported
in classAbstractSqlStatement
-
getCatalogName
-
setCatalogName
-
getSchemaName
-
getSequenceName
-
getStartValue
-
setStartValue
-
getIncrementBy
-
setIncrementBy
-
getMaxValue
-
setMaxValue
-
getMinValue
-
setMinValue
-
getOrdered
-
setOrdered
-
getCycle
-
setCycle
-
getCacheSize
-
setCacheSize
-
getDataType
-
setDataType
-