Uses of Interface
com.orientechnologies.orient.core.command.OCommandRequestText
Packages that use OCommandRequestText
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OCommandRequestText in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OCommandRequestTextModifier and TypeMethodDescriptionOStorageRemote.command(OCommandRequestText iCommand) Execute the command remotely and get the results back. -
Uses of OCommandRequestText in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return OCommandRequestTextConstructors in com.orientechnologies.orient.client.remote.message with parameters of type OCommandRequestTextModifierConstructorDescriptionOCommandRequest(ODatabaseDocumentInternal database, boolean asynch, OCommandRequestText iCommand, boolean live) OCommandResponse(Object result, SimpleValueFetchPlanCommandListener listener, boolean isRecordResultSet, boolean async, ODatabaseDocumentInternal database, OCommandRequestText command, Map<Object, Object> params) -
Uses of OCommandRequestText in com.orientechnologies.orient.core.command
Classes in com.orientechnologies.orient.core.command that implement OCommandRequestTextModifier and TypeClassDescriptionclassText based Command Request abstract class.Methods in com.orientechnologies.orient.core.command that return OCommandRequestTextModifier and TypeMethodDescriptionOCommandRequestText.fromStream(byte[] bytes, ORecordSerializer serializer) OCommandRequestTextAbstract.fromStream(byte[] iStream, ORecordSerializer serializer) Methods in com.orientechnologies.orient.core.command with parameters of type OCommandRequestText -
Uses of OCommandRequestText in com.orientechnologies.orient.core.command.script
Classes in com.orientechnologies.orient.core.command.script that implement OCommandRequestTextModifier and TypeClassDescriptionclassExecute a configured function.classScript command request implementation.Methods in com.orientechnologies.orient.core.command.script that return OCommandRequestTextModifier and TypeMethodDescriptionOCommandScript.fromStream(byte[] iStream, ORecordSerializer serializer) -
Uses of OCommandRequestText in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OCommandRequestTextModifier and TypeMethodDescriptionvoidODatabaseListener.onAfterCommand(OCommandRequestText iCommand, OCommandExecutor executor, Object result) voidODatabaseListener.onBeforeCommand(OCommandRequestText iCommand, OCommandExecutor executor) -
Uses of OCommandRequestText in com.orientechnologies.orient.core.serialization.serializer.stream
Methods in com.orientechnologies.orient.core.serialization.serializer.stream that return OCommandRequestTextModifier and TypeMethodDescriptionOStreamSerializerAnyStreamable.fromStream(byte[] iStream, ORecordSerializer serializer) Re-Create any object if the class has a public constructor that accepts a String as unique parameter.Methods in com.orientechnologies.orient.core.serialization.serializer.stream with parameters of type OCommandRequestTextModifier and TypeMethodDescriptionbyte[]OStreamSerializerAnyStreamable.toStream(OCommandRequestText iObject) Serialize the class name size + class name + object content -
Uses of OCommandRequestText in com.orientechnologies.orient.core.sql
Classes in com.orientechnologies.orient.core.sql that implement OCommandRequestTextModifier and TypeClassDescriptionclassSQL command request implementation.classIterable SQL command request implementation. -
Uses of OCommandRequestText in com.orientechnologies.orient.core.sql.query
Classes in com.orientechnologies.orient.core.sql.query that implement OCommandRequestTextModifier and TypeClassDescriptionclassOLiveQuery<T>SQL live query.classSQL asynchronous query.classSQL asynchronous query.classOSQLQuery<T>SQL query implementation.classSQL synchronous query.Methods in com.orientechnologies.orient.core.sql.query that return OCommandRequestTextModifier and TypeMethodDescriptionOSQLQuery.fromStream(byte[] iStream, ORecordSerializer serializer) -
Uses of OCommandRequestText in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage with parameters of type OCommandRequestTextModifier and TypeMethodDescriptionOStorage.command(OCommandRequestText iCommand) Execute the command request and return the result back. -
Uses of OCommandRequestText in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type OCommandRequestTextModifier and TypeMethodDescriptionfinal ObjectOAbstractPaginatedStorage.command(OCommandRequestText iCommand) Executes the command request and return the result back.final ObjectOAbstractPaginatedStorage.executeCommand(OCommandRequestText iCommand, OCommandExecutor executor) -
Uses of OCommandRequestText in com.orientechnologies.orient.graph.gremlin
Classes in com.orientechnologies.orient.graph.gremlin that implement OCommandRequestText -
Uses of OCommandRequestText in com.orientechnologies.orient.server.network.protocol
Fields in com.orientechnologies.orient.server.network.protocol declared as OCommandRequestText -
Uses of OCommandRequestText in com.orientechnologies.security.auditing
Methods in com.orientechnologies.security.auditing with parameters of type OCommandRequestTextModifier and TypeMethodDescriptionvoidOAuditingHook.onAfterCommand(OCommandRequestText iCommand, OCommandExecutor executor, Object result) voidOAuditingHook.onBeforeCommand(OCommandRequestText iCommand, OCommandExecutor executor)