liquibase.statement.core
Class SetNullableStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.SetNullableStatement
- All Implemented Interfaces:
- SqlStatement
public class SetNullableStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetNullableStatement
public SetNullableStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String columnDataType,
boolean nullable)
getCatalogName
public String getCatalogName()
getSchemaName
public String getSchemaName()
getTableName
public String getTableName()
getColumnName
public String getColumnName()
getColumnDataType
public String getColumnDataType()
isNullable
public boolean isNullable()
Copyright © 2014 Liquibase.org. All Rights Reserved.