Package liquibase.statement.core
Class SetNullableStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.SetNullableStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorDescriptionSetNullableStatement
(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) -
Method Summary
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Constructor Details
-
SetNullableStatement
-
SetNullableStatement
-
SetNullableStatement
-
-
Method Details
-
getCatalogName
-
getSchemaName
-
getTableName
-
getColumnName
-
getColumnDataType
-
isNullable
public boolean isNullable() -
getConstraintName
-
isValidate
public boolean isValidate() -
setValidate
public void setValidate(boolean validate)
-