public class AddAutoIncrementStatement extends AbstractSqlStatement
Constructor and Description |
---|
AddAutoIncrementStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String columnDataType,
BigInteger startWith,
BigInteger incrementBy) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getColumnDataType() |
String |
getColumnName() |
BigInteger |
getIncrementBy() |
String |
getSchemaName() |
BigInteger |
getStartWith() |
String |
getTableName() |
skipOnUnsupported
public AddAutoIncrementStatement(String catalogName, String schemaName, String tableName, String columnName, String columnDataType, BigInteger startWith, BigInteger incrementBy)
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getColumnName()
public String getColumnDataType()
public BigInteger getStartWith()
public BigInteger getIncrementBy()
Copyright © 2014 Liquibase.org. All rights reserved.