public class CommentOnStatement
extends liquibase.statement.AbstractSqlStatement
implements liquibase.statement.SqlStatement
| Constructor and Description |
|---|
CommentOnStatement(String schemaName,
String tableName,
String columnName,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
String |
getComment() |
String |
getSchemaName() |
String |
getTableName() |
boolean |
isColumnComment() |
void |
setComment(String comment) |
void |
setSchemaName(String schemaName) |
continueOnError, setContinueOnError, skipOnUnsupportedpublic String getSchemaName()
public void setSchemaName(String schemaName)
public String getTableName()
public String getColumnName()
public String getComment()
public void setComment(String comment)
public boolean isColumnComment()
Copyright © 2020 Liquibase.org. All rights reserved.