Package liquibase.statement
Class AutoIncrementConstraint
java.lang.Object
liquibase.statement.AutoIncrementConstraint
- All Implemented Interfaces:
ColumnConstraint
-
Constructor Summary
ConstructorDescriptionAutoIncrementConstraint
(String columnName) AutoIncrementConstraint
(String columnName, BigInteger startWith, BigInteger incrementBy) AutoIncrementConstraint
(String columnName, BigInteger startWith, BigInteger incrementBy, String generationType, Boolean defaultOnNull) -
Method Summary
Modifier and TypeMethodDescriptionsetColumnName
(String columnName) setDefaultOnNull
(Boolean defaultOnNull) setGenerationType
(String generationType) setIncrementBy
(BigInteger incrementBy) setStartWith
(BigInteger startWith)
-
Constructor Details
-
AutoIncrementConstraint
public AutoIncrementConstraint() -
AutoIncrementConstraint
-
AutoIncrementConstraint
-
AutoIncrementConstraint
public AutoIncrementConstraint(String columnName, BigInteger startWith, BigInteger incrementBy, String generationType, Boolean defaultOnNull)
-
-
Method Details
-
setColumnName
-
setStartWith
-
setIncrementBy
-
setGenerationType
-
setDefaultOnNull
-