Uses of Interface
com.orientechnologies.orient.core.command.OServerCommandContext
Packages that use OServerCommandContext
Package
Description
-
Uses of OServerCommandContext in com.orientechnologies.orient.core.command
Classes in com.orientechnologies.orient.core.command that implement OServerCommandContext -
Uses of OServerCommandContext in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor with parameters of type OServerCommandContextModifier and TypeMethodDescriptionOServerExecutionPlan.start(OServerCommandContext ctx) if the execution can still return N elements, then the result will contain them all.OSingleOpServerExecutionPlan.start(OServerCommandContext ctx) -
Uses of OServerCommandContext in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OServerCommandContextModifier and TypeMethodDescriptionOServerStatement.createExecutionPlan(OServerCommandContext ctx) creates an execution plan for current statement, with profiling disabledOServerStatement.createExecutionPlan(OServerCommandContext ctx, boolean profile) creates an execution plan for current statementOSimpleExecServerStatement.createExecutionPlan(OServerCommandContext ctx, boolean enableProfiling) OServerStatement.createExecutionPlanNoCache(OServerCommandContext ctx, boolean profile) OServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Map<String, Object> args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Map<String, Object> params, OServerCommandContext parentContext, boolean usePlanCache) OAlterSystemRoleStatement.executeSimple(OServerCommandContext ctx) OCreateDatabaseStatement.executeSimple(OServerCommandContext ctx) OCreateSystemUserStatement.executeSimple(OServerCommandContext ctx) ODropDatabaseStatement.executeSimple(OServerCommandContext ctx) OExistsSystemUserStatement.executeSimple(OServerCommandContext ctx) abstract OExecutionStreamOSimpleExecServerStatement.executeSimple(OServerCommandContext ctx)