public class RefreshMaterializedView extends Statement
| Constructor and Description |
|---|
RefreshMaterializedView(NodeLocation location,
Table target,
Expression where) |
RefreshMaterializedView(Table target,
Expression where) |
| 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() |
Table |
getTarget() |
Expression |
getWhere() |
int |
hashCode() |
String |
toString() |
getLocationpublic RefreshMaterializedView(Table target, Expression where)
public RefreshMaterializedView(NodeLocation location, Table target, Expression where)
public Table getTarget()
public Expression getWhere()
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.