public class SetNullableStatement extends AbstractSqlStatement
Constructor and Description |
---|
SetNullableStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String columnDataType,
boolean nullable) |
SetNullableStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String columnDataType,
boolean nullable,
String constraintName) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getColumnDataType() |
String |
getColumnName() |
String |
getConstraintName() |
String |
getSchemaName() |
String |
getTableName() |
boolean |
isNullable() |
continueOnError, setContinueOnError, skipOnUnsupported
public SetNullableStatement(String catalogName, String schemaName, String tableName, String columnName, String columnDataType, boolean nullable)
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getColumnName()
public String getColumnDataType()
public boolean isNullable()
public String getConstraintName()
Copyright © 2018 Liquibase.org. All rights reserved.