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
Constructors in com.orientechnologies.orient.core.sql.executor with parameters of type OServerCommandContextModifierConstructorDescription -
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) OServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Map args, OServerCommandContext parentContext) OServerStatement.execute(OrientDBInternal db, Map args, OServerCommandContext parentContext, boolean usePlanCache) OServerStatement.execute(OSQLAsynchQuery<ODocument> request, OServerCommandContext context, OProgressListener progressListener) OSimpleExecServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Map 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 OResultSetOSimpleExecServerStatement.executeSimple(OServerCommandContext ctx)