Uses of Interface
com.orientechnologies.orient.core.command.OCommandRequest
Packages that use OCommandRequest
Package
Description
-
Uses of OCommandRequest in com.orientechnologies.orient.core.command
Subinterfaces of OCommandRequest in com.orientechnologies.orient.core.commandModifier and TypeInterfaceDescriptioninterfaceInternal specialization of generic OCommand interface.interfaceInternal specialization of generic OCommand interface based on a text command.Classes in com.orientechnologies.orient.core.command that implement OCommandRequestModifier and TypeClassDescriptionclassText based Command Request abstract class.classText based Command Request abstract class.Methods in com.orientechnologies.orient.core.command with type parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETOCommandRequest.setFetchPlan(String iFetchPlan) Deprecated.<RET extends OCommandRequest>
RETOCommandRequestAbstract.setFetchPlan(String fetchPlan) Methods in com.orientechnologies.orient.core.command that return OCommandRequestModifier and TypeMethodDescriptionOCommandManager.getRequester(String iType) OCommandRequest.setContext(OCommandContext iContext) OCommandRequest.setLimit(int iLimit) Deprecated.Methods in com.orientechnologies.orient.core.command with parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandExecutor>
RETOCommandExecutor.parse(OCommandRequest iRequest) Parse the request.Method parameters in com.orientechnologies.orient.core.command with type arguments of type OCommandRequestModifier and TypeMethodDescriptionOCommandManager.registerExecutor(Class<? extends OCommandRequest> iRequest, Class<? extends OCommandExecutor> iExecutor) OCommandManager.registerExecutor(Class<? extends OCommandRequest> iRequest, Class<? extends OCommandExecutor> iExecutor, OCallable<Void, OCommandRequest> iConfigCallback) OCommandManager.registerExecutor(Class<? extends OCommandRequest> iRequest, Class<? extends OCommandExecutor> iExecutor, OCallable<Void, OCommandRequest> iConfigCallback) OCommandManager.registerRequester(String iType, Class<? extends OCommandRequest> iRequest) OCommandManager.unregisterExecutor(Class<? extends OCommandRequest> iRequest) -
Uses of OCommandRequest in com.orientechnologies.orient.core.command.script
Classes in com.orientechnologies.orient.core.command.script that implement OCommandRequestModifier and TypeClassDescriptionclassExecute a configured function.classScript command request implementation.Methods in com.orientechnologies.orient.core.command.script with parameters of type OCommandRequestModifier and TypeMethodDescriptionOCommandExecutorFunction.parse(OCommandRequest iRequest) OCommandExecutorScript.parse(OCommandRequest iRequest) -
Uses of OCommandRequest in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with type parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETODatabase.command(OCommandRequest iCommand) Deprecated.Methods in com.orientechnologies.orient.core.db with parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETODatabase.command(OCommandRequest iCommand) -
Uses of OCommandRequest in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with type parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETODatabaseDocumentTx.command(OCommandRequest iCommand) Deprecated.Methods in com.orientechnologies.orient.core.db.document that return OCommandRequestModifier and TypeMethodDescriptionODatabaseDocumentAbstract.command(OCommandRequest iCommand) Creates a command request to run a command against the database (you have to invoke .execute(parameters) to actually execute it).Methods in com.orientechnologies.orient.core.db.document with parameters of type OCommandRequestModifier and TypeMethodDescriptionODatabaseDocumentAbstract.command(OCommandRequest iCommand) Creates a command request to run a command against the database (you have to invoke .execute(parameters) to actually execute it).<RET extends OCommandRequest>
RETODatabaseDocumentTx.command(OCommandRequest iCommand) Deprecated. -
Uses of OCommandRequest in com.orientechnologies.orient.core.query
Subinterfaces of OCommandRequest in com.orientechnologies.orient.core.queryClasses in com.orientechnologies.orient.core.query that implement OCommandRequest -
Uses of OCommandRequest in com.orientechnologies.orient.core.sql
Classes in com.orientechnologies.orient.core.sql that implement OCommandRequestModifier and TypeClassDescriptionclassSQL command request implementation.classIterable SQL command request implementation.Methods in com.orientechnologies.orient.core.sql with parameters of type OCommandRequestModifier and TypeMethodDescriptionOCommandExecutorSQLAlterClass.parse(OCommandRequest iRequest) OCommandExecutorSQLAlterCluster.parse(OCommandRequest iRequest) OCommandExecutorSQLAlterDatabase.parse(OCommandRequest iRequest) OCommandExecutorSQLAlterProperty.parse(OCommandRequest iRequest) OCommandExecutorSQLAlterSequence.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateClass.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateCluster.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateEdge.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateFunction.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateIndex.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateLink.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateProperty.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateSequence.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateUser.parse(OCommandRequest iRequest) OCommandExecutorSQLCreateVertex.parse(OCommandRequest iRequest) OCommandExecutorSQLDelegate.parse(OCommandRequest iCommand) OCommandExecutorSQLDelete.parse(OCommandRequest iRequest) OCommandExecutorSQLDeleteEdge.parse(OCommandRequest iRequest) OCommandExecutorSQLDeleteVertex.parse(OCommandRequest iRequest) OCommandExecutorSQLDropClass.parse(OCommandRequest iRequest) OCommandExecutorSQLDropCluster.parse(OCommandRequest iRequest) OCommandExecutorSQLDropIndex.parse(OCommandRequest iRequest) OCommandExecutorSQLDropProperty.parse(OCommandRequest iRequest) OCommandExecutorSQLDropSequence.parse(OCommandRequest iRequest) OCommandExecutorSQLDropUser.parse(OCommandRequest iRequest) OCommandExecutorSQLExplain.parse(OCommandRequest iCommand) OCommandExecutorSQLFindReferences.parse(OCommandRequest iRequest) OCommandExecutorSQLGrant.parse(OCommandRequest iRequest) OCommandExecutorSQLInsert.parse(OCommandRequest iRequest) OCommandExecutorSQLLiveSelect.parse(OCommandRequest iRequest) OCommandExecutorSQLLiveUnsubscribe.parse(OCommandRequest iRequest) OCommandExecutorSQLMoveVertex.parse(OCommandRequest iRequest) OCommandExecutorSQLOptimizeDatabase.parse(OCommandRequest iRequest) OCommandExecutorSQLRebuildIndex.parse(OCommandRequest iRequest) OCommandExecutorSQLResultsetAbstract.parse(OCommandRequest iRequest) Compile the filter conditions only the first time.OCommandExecutorSQLRevoke.parse(OCommandRequest iRequest) OCommandExecutorSQLSelect.parse(OCommandRequest iRequest) Compile the filter conditions only the first time.OCommandExecutorSQLTransactional.parse(OCommandRequest iCommand) OCommandExecutorSQLTraverse.parse(OCommandRequest iRequest) Compile the filter conditions only the first time.OCommandExecutorSQLTruncateClass.parse(OCommandRequest iRequest) OCommandExecutorSQLTruncateCluster.parse(OCommandRequest iRequest) OCommandExecutorSQLTruncateRecord.parse(OCommandRequest iRequest) OCommandExecutorSQLUpdate.parse(OCommandRequest iRequest) OCommandExecutorToOStatementWrapper.parse(OCommandRequest iCommand) protected StringOCommandExecutorSQLAbstract.preParse(String queryText, OCommandRequest iRequest) -
Uses of OCommandRequest in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandExecutor>
RETOMatchStatement.parse(OCommandRequest iRequest) this method parses the statement -
Uses of OCommandRequest in com.orientechnologies.orient.core.sql.query
Classes in com.orientechnologies.orient.core.sql.query that implement OCommandRequestModifier and TypeClassDescriptionclassOLiveQuery<T>SQL live query.classSQL asynchronous query.classSQL asynchronous query.classOSQLQuery<T>SQL query implementation.classSQL synchronous query. -
Uses of OCommandRequest in com.orientechnologies.orient.graph.gremlin
Classes in com.orientechnologies.orient.graph.gremlin that implement OCommandRequestMethods in com.orientechnologies.orient.graph.gremlin with parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandExecutor>
RETOCommandGremlinExecutor.parse(OCommandRequest iRequest) -
Uses of OCommandRequest in com.orientechnologies.orient.graph.script
Methods in com.orientechnologies.orient.graph.script that return OCommandRequestMethods in com.orientechnologies.orient.graph.script with parameters of type OCommandRequest -
Uses of OCommandRequest in com.orientechnologies.orient.object.db
Classes in com.orientechnologies.orient.object.db that implement OCommandRequestModifier and TypeClassDescriptionclassWraps the execution of a generic command by assuring to convert the result set in POJO where applicable.Methods in com.orientechnologies.orient.object.db with type parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETOObjectDatabaseTx.command(OCommandRequest iCommand) Returns a wrapped OCommandRequest instance to catch the result-set by converting it before to return to the user application.<RET extends OCommandRequest>
RETOCommandSQLPojoWrapper.setFetchPlan(String iFetchPlan) Methods in com.orientechnologies.orient.object.db that return OCommandRequestModifier and TypeMethodDescriptionOCommandSQLPojoWrapper.setContext(OCommandContext iContext) OCommandSQLPojoWrapper.setLimit(int iLimit) Methods in com.orientechnologies.orient.object.db with parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETOObjectDatabaseTx.command(OCommandRequest iCommand) Returns a wrapped OCommandRequest instance to catch the result-set by converting it before to return to the user application.Constructors in com.orientechnologies.orient.object.db with parameters of type OCommandRequestModifierConstructorDescriptionOCommandSQLPojoWrapper(OObjectDatabaseTx iDatabase, OCommandRequest iCommand) -
Uses of OCommandRequest in com.orientechnologies.orient.server.distributed.sql
Methods in com.orientechnologies.orient.server.distributed.sql with parameters of type OCommandRequestModifier and TypeMethodDescriptionOCommandExecutorSQLHARemoveServer.parse(OCommandRequest iRequest) OCommandExecutorSQLHAStatus.parse(OCommandRequest iRequest) OCommandExecutorSQLHASyncCluster.parse(OCommandRequest iRequest) OCommandExecutorSQLHASyncDatabase.parse(OCommandRequest iRequest) -
Uses of OCommandRequest in com.tinkerpop.blueprints.impls.orient
Classes in com.tinkerpop.blueprints.impls.orient that implement OCommandRequestModifier and TypeClassDescriptionclassCommand wraps the command request and return wrapped Graph Element such as Vertex and EdgeMethods in com.tinkerpop.blueprints.impls.orient with type parameters of type OCommandRequestModifier and TypeMethodDescription<RET extends OCommandRequest>
RETOrientGraphCommand.setFetchPlan(String iFetchPlan) Methods in com.tinkerpop.blueprints.impls.orient that return OCommandRequestModifier and TypeMethodDescriptionOrientBaseGraph.command(OCommandRequest iCommand) Executes commands against the graph.OrientExtendedGraph.command(OCommandRequest iCommand) Executes commands against the graph.OrientGraphCommand.setContext(OCommandContext iContext) OrientGraphCommand.setLimit(int iLimit) Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OCommandRequestModifier and TypeMethodDescriptionOrientBaseGraph.command(OCommandRequest iCommand) Executes commands against the graph.OrientExtendedGraph.command(OCommandRequest iCommand) Executes commands against the graph.Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OCommandRequestModifierConstructorDescriptionOrientGraphCommand(OrientBaseGraph iGraph, OCommandRequest iCommand)
ODatabase.command(String, Map),ODatabase.command(String, Object...),ODatabase.execute(String, String, Map),ODatabase.execute(String, String, Object...)instead