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