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