public class CreateMaterializedView extends Statement
| Constructor and Description |
|---|
CreateMaterializedView(Optional<NodeLocation> location,
QualifiedName name,
Query query,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
CreateMaterializedView(QualifiedName name,
Query query,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
Optional<String> |
getComment() |
QualifiedName |
getName() |
List<Property> |
getProperties() |
Query |
getQuery() |
int |
hashCode() |
boolean |
isNotExists() |
String |
toString() |
getLocationpublic CreateMaterializedView(QualifiedName name, Query query, boolean notExists, List<Property> properties, Optional<String> comment)
public CreateMaterializedView(Optional<NodeLocation> location, QualifiedName name, Query query, boolean notExists, List<Property> properties, Optional<String> comment)
public QualifiedName getName()
public Query getQuery()
public boolean isNotExists()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.