liquibase.statement.core
Class SetColumnRemarksStatement

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

public class SetColumnRemarksStatement
extends AbstractSqlStatement


Constructor Summary
SetColumnRemarksStatement(String catalogName, String schemaName, String tableName, String columnName, String remarks)
           
 
Method Summary
 String getCatalogName()
           
 String getColumnName()
           
 String getRemarks()
           
 String getSchemaName()
           
 String getTableName()
           
 
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

SetColumnRemarksStatement

public SetColumnRemarksStatement(String catalogName,
                                 String schemaName,
                                 String tableName,
                                 String columnName,
                                 String remarks)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()

getColumnName

public String getColumnName()

getRemarks

public String getRemarks()


Copyright © 2016 Liquibase.org. All rights reserved.