public class Query extends Statement
| Constructor and Description |
|---|
Query(NodeLocation location,
Optional<With> with,
QueryBody queryBody,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
Query(Optional<With> with,
QueryBody queryBody,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
| 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> |
getLimit() |
Optional<Offset> |
getOffset() |
Optional<OrderBy> |
getOrderBy() |
QueryBody |
getQueryBody() |
Optional<With> |
getWith() |
int |
hashCode() |
String |
toString() |
getLocationpublic Query(Optional<With> with, QueryBody queryBody, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<String> limit)
public QueryBody getQueryBody()
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.