public class CreateViewStatement extends AbstractSqlStatement
Constructor and Description |
---|
CreateViewStatement(String catalogName,
String schemaName,
String viewName,
String selectQuery,
boolean replaceIfExists) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getSchemaName() |
String |
getSelectQuery() |
String |
getViewName() |
boolean |
isFullDefinition()
Returns the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
|
boolean |
isReplaceIfExists() |
CreateViewStatement |
setFullDefinition(boolean fullDefinition)
Sets the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
|
continueOnError, setContinueOnError, skipOnUnsupported
public String getCatalogName()
public String getSchemaName()
public String getViewName()
public String getSelectQuery()
public boolean isReplaceIfExists()
public boolean isFullDefinition()
public CreateViewStatement setFullDefinition(boolean fullDefinition)
fullDefinition
- true if a CREATE ... VIEW statement is included, false if not.Copyright © 2019 Liquibase.org. All rights reserved.