Package liquibase.statement.core
Class SetViewRemarksStatement
- java.lang.Object
-
- liquibase.statement.AbstractSqlStatement
-
- liquibase.statement.core.SetViewRemarksStatement
-
- All Implemented Interfaces:
SqlStatement
public class SetViewRemarksStatement extends AbstractSqlStatement
-
-
Field Summary
-
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
-
Constructor Summary
Constructors Constructor Description SetViewRemarksStatement(String catalogName, String schemaName, String viewName, String remarks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCatalogName()
String
getRemarks()
String
getSchemaName()
String
getViewName()
-
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
-