Interface OCommandRequestText
- All Superinterfaces:
OCommandRequest,OCommandRequestInternal
- All Known Implementing Classes:
OCommandFunction,OCommandGremlin,OCommandRequestTextAbstract,OCommandScript,OCommandSQL,OCommandSQLResultset,OLiveQuery,OSQLAsynchQuery,OSQLNonBlockingQuery,OSQLQuery,OSQLSynchQuery
Internal specialization of generic OCommand interface based on a text command.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionfromStream(byte[] bytes, ORecordSerializer serializer) getText()byte[]toStream()Methods inherited from interface com.orientechnologies.orient.core.command.OCommandRequest
execute, getContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, isIdempotent, setContext, setFetchPlan, setLimit, setTimeout, setUseCacheMethods inherited from interface com.orientechnologies.orient.core.command.OCommandRequestInternal
getParameters, getProgressListener, getResultListener, isCacheableResult, isRecordResultSet, reset, setCacheableResult, setProgressListener, setRecordResultSet, setResultListener
-
Method Details
-
getText
String getText() -
setText
-
fromStream
-
toStream
byte[] toStream()
-