
public abstract class OCommandRequestTextAbstract extends OCommandRequestAbstract implements OCommandRequestText
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
cacheableResult, context, fetchPlan, limit, onAsyncReplicationError, onAsyncReplicationOk, parameters, progressListener, resultListener, timeoutMs, timeoutStrategy, useCache| Modifier | Constructor and Description |
|---|---|
protected |
OCommandRequestTextAbstract() |
protected |
OCommandRequestTextAbstract(String iText) |
| Modifier and Type | Method and Description |
|---|---|
<RET> RET |
execute(Object... iArgs)
Delegates the execution to the configured command executor.
|
OCommandRequestText |
fromStream(byte[] iStream,
ORecordSerializer serializer) |
protected void |
fromStream(OMemoryStream buffer,
ORecordSerializer serializer) |
String |
getText() |
OCommandRequestText |
setText(String iText) |
byte[] |
toStream() |
protected byte[] |
toStream(OMemoryStream buffer) |
String |
toString() |
addExcludedNode, convertToParameters, getContext, getFetchPlan, getLimit, getOnAsyncReplicationError, getOnAsyncReplicationOk, getParameters, getProgressListener, getResultListener, getTimeoutStrategy, getTimeoutTime, isCacheableResult, isRecordResultSet, isUseCache, nodesToExclude, onAsyncReplicationError, onAsyncReplicationOk, removeExcludedNode, reset, setCacheableResult, setContext, setFetchPlan, setLimit, setParameters, setProgressListener, setRecordResultSet, setResultListener, setTimeout, setUseCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParameters, getProgressListener, getResultListener, isCacheableResult, isRecordResultSet, reset, setCacheableResult, setProgressListener, setRecordResultSet, setResultListenergetContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, isIdempotent, setContext, setFetchPlan, setLimit, setTimeout, setUseCacheprotected String text
protected OCommandRequestTextAbstract()
protected OCommandRequestTextAbstract(String iText)
public <RET> RET execute(Object... iArgs)
execute in interface OCommandRequestpublic String getText()
getText in interface OCommandRequestTextpublic OCommandRequestText setText(String iText)
setText in interface OCommandRequestTextpublic OCommandRequestText fromStream(byte[] iStream, ORecordSerializer serializer) throws OSerializationException
fromStream in interface OCommandRequestTextOSerializationExceptionpublic byte[] toStream()
throws OSerializationException
toStream in interface OCommandRequestTextOSerializationExceptionprotected byte[] toStream(OMemoryStream buffer)
protected void fromStream(OMemoryStream buffer, ORecordSerializer serializer)
Copyright © 2009–2025 OrientDB. All rights reserved.