liquibase.statement.core
Class SetNullableStatement

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getColumnDataType()
           
 java.lang.String getColumnName()
           
 java.lang.String getSchemaName()
           
 java.lang.String getTableName()
           
 boolean isNullable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetNullableStatement

public SetNullableStatement(java.lang.String schemaName,
                            java.lang.String tableName,
                            java.lang.String columnName,
                            java.lang.String columnDataType,
                            boolean nullable)
Method Detail

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.