liquibase.statement.core
Class SetColumnRemarksStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.SetColumnRemarksStatement
- All Implemented Interfaces:
- SqlStatement
public class SetColumnRemarksStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetColumnRemarksStatement
public SetColumnRemarksStatement(String catalogName,
String schemaName,
String tableName,
String columnName,
String remarks)
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.