public class SetNullableStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
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) |
SetNullableStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String columnDataType,
boolean nullable,
String constraintName,
Boolean validate) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getColumnDataType() |
String |
getColumnName() |
String |
getConstraintName() |
String |
getSchemaName() |
String |
getTableName() |
boolean |
isNullable() |
boolean |
isValidate() |
void |
setValidate(boolean validate) |
continueOnError, setContinueOnError, skipOnUnsupported
public SetNullableStatement(String catalogName, String schemaName, String tableName, String columnName, String columnDataType, boolean nullable)
public SetNullableStatement(String catalogName, String schemaName, String tableName, String columnName, String columnDataType, boolean nullable, String constraintName)
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getColumnName()
public String getColumnDataType()
public boolean isNullable()
public String getConstraintName()
public boolean isValidate()
public void setValidate(boolean validate)
Copyright © 2023 Liquibase.org. All rights reserved.