public class AddAutoIncrementStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
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, skipOnUnsupported
public 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 © 2023 Liquibase.org. All rights reserved.