
public class OFetchPlan extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected List<OFetchPlanItem> |
items |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OFetchPlan(int id) |
OFetchPlan(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OFetchPlan |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
int |
hashCode() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
OResult |
serialize() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected List<OFetchPlanItem> items
public OFetchPlan(int id)
public OFetchPlan(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OFetchPlan copy()
copy in class SimpleNodepublic OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2025 OrientDB. All rights reserved.