All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
OStatement |
copy() |
OInternalExecutionPlan |
createExecutionPlan(OCommandContext ctx)
creates an execution plan for current statement, with profiling disabled
|
OInternalExecutionPlan |
createExecutionPlan(OCommandContext ctx,
boolean profile)
creates an execution plan for current statement
|
OInternalExecutionPlan |
createExecutionPlanNoCache(OCommandContext ctx,
boolean profile) |
void |
deserialize(OResult fromResult) |
static OStatement |
deserializeFromOResult(OResult doc) |
OResultSet |
execute(ODatabase db,
Map args) |
OResultSet |
execute(ODatabase db,
Map args,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Map args,
OCommandContext parentContext) |
OResultSet |
execute(ODatabase db,
Map args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Object[] args) |
OResultSet |
execute(ODatabase db,
Object[] args,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Object[] args,
OCommandContext parentContext) |
OResultSet |
execute(ODatabase db,
Object[] args,
OCommandContext parentContext,
boolean usePlanCache) |
Object |
execute(OSQLAsynchQuery<ODocument> request,
OCommandContext context,
OProgressListener progressListener) |
boolean |
executinPlanCanBeCached() |
String |
getOriginalStatement() |
boolean |
isIdempotent() |
boolean |
refersToParent() |
OResult |
serialize() |
void |
setOriginalStatement(String originalStatement) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
String |
toString(String prefix) |
void |
validate() |