
public abstract class ODDLStatement extends OStatement
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ODDLStatement(int id) |
ODDLStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OInternalExecutionPlan |
createExecutionPlan(OCommandContext ctx,
boolean enableProfiling)
creates an execution plan for current statement
|
OResultSet |
execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
abstract OResultSet |
executeDDL(OCommandContext ctx) |
copy, createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, jjtAccept, refersToParent, serialize, setOriginalStatement, toString, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ODDLStatement(int id)
public ODDLStatement(OrientSql p, int id)
public abstract OResultSet executeDDL(OCommandContext ctx)
public 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 itCopyright © 2009–2025 OrientDB. All rights reserved.