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 |
isReplaceIfExists() |
skipOnUnsupported
Copyright © 2014 Liquibase.org. All rights reserved.