
public class OFindReferencesStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
protected ORid |
rid |
protected OStatement |
subQuery |
protected List<SimpleNode> |
targets |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OFindReferencesStatement(int id) |
OFindReferencesStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OFindReferencesStatement |
copy() |
OInternalExecutionPlan |
createExecutionPlan(OCommandContext ctx,
boolean enableProfiling)
creates an execution plan for current statement
|
boolean |
equals(Object o) |
OResultSet |
execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
ORid |
getRid() |
OStatement |
getSubQuery() |
List<SimpleNode> |
getTargets() |
int |
hashCode() |
boolean |
isIdempotent() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, jjtAccept, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringprotected ORid rid
protected OStatement subQuery
protected List<SimpleNode> targets
public OFindReferencesStatement(int id)
public OFindReferencesStatement(OrientSql p, int id)
public boolean isIdempotent()
isIdempotent in class OStatementpublic OResultSet execute(ODatabase db, Object[] args, OCommandContext parentCtx, boolean usePlanCache)
execute in class OStatementpublic OResultSet execute(ODatabase db, Map params, OCommandContext parentCtx, boolean usePlanCache)
execute in class OStatementpublic OInternalExecutionPlan createExecutionPlan(OCommandContext ctx, boolean enableProfiling)
OStatementcreateExecutionPlan in class OStatementctx - the context that will be used to execute the statementenableProfiling - true to enable profiling, false to disable itpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic OFindReferencesStatement copy()
copy in class OStatementpublic ORid getRid()
public OStatement getSubQuery()
public List<SimpleNode> getTargets()
Copyright © 2009–2025 OrientDB. All rights reserved.