public class AddAutoIncrementStatement extends AbstractSqlStatement
| Constructor and Description |
|---|
AddAutoIncrementStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String columnDataType,
BigInteger startWith,
BigInteger incrementBy,
Boolean defaultOnNull,
String generationType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName() |
String |
getColumnDataType() |
String |
getColumnName() |
Boolean |
getDefaultOnNull() |
String |
getGenerationType() |
BigInteger |
getIncrementBy() |
String |
getSchemaName() |
BigInteger |
getStartWith() |
String |
getTableName() |
continueOnError, setContinueOnError, skipOnUnsupportedpublic AddAutoIncrementStatement(String catalogName, String schemaName, String tableName, String columnName, String columnDataType, BigInteger startWith, BigInteger incrementBy, Boolean defaultOnNull, String generationType)
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getColumnName()
public String getColumnDataType()
public BigInteger getStartWith()
public BigInteger getIncrementBy()
public Boolean getDefaultOnNull()
public String getGenerationType()
Copyright © 2019 Liquibase.org. All rights reserved.