liquibase.statement.core
Class SetNullableStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.SetNullableStatement
All Implemented Interfaces:
SqlStatement

public class SetNullableStatement
extends AbstractSqlStatement


Constructor Summary
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)
           
 
Method Summary
 String getCatalogName()
           
 String getColumnDataType()
           
 String getColumnName()
           
 String getConstraintName()
           
 String getSchemaName()
           
 String getTableName()
           
 boolean isNullable()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetNullableStatement

public SetNullableStatement(String catalogName,
                            String schemaName,
                            String tableName,
                            String columnName,
                            String columnDataType,
                            boolean nullable)

SetNullableStatement

public SetNullableStatement(String catalogName,
                            String schemaName,
                            String tableName,
                            String columnName,
                            String columnDataType,
                            boolean nullable,
                            String constraintName)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()

getColumnName

public String getColumnName()

getColumnDataType

public String getColumnDataType()

isNullable

public boolean isNullable()

getConstraintName

public String getConstraintName()


Copyright © 2016 Liquibase.org. All rights reserved.