
public abstract class OQueryAbstract<T> extends OCommandRequestAbstract implements OQuery<T>
cacheableResult, context, fetchPlan, limit, onAsyncReplicationError, onAsyncReplicationOk, parameters, progressListener, resultListener, timeoutMs, timeoutStrategy, useCache| Constructor and Description |
|---|
OQueryAbstract() |
| Modifier and Type | Method and Description |
|---|---|
<RET> RET |
execute(Object... iArgs) |
String |
getFetchPlan()
Returns the current fetch plan.
|
boolean |
isIdempotent()
Returns true if the command doesn't change the database, otherwise false.
|
void |
reset()
Resets the query removing the result set.
|
OQueryAbstract |
setFetchPlan(String fetchPlan)
Sets the fetch plan to use.
|
addExcludedNode, convertToParameters, getContext, getLimit, getOnAsyncReplicationError, getOnAsyncReplicationOk, getParameters, getProgressListener, getResultListener, getTimeoutStrategy, getTimeoutTime, isCacheableResult, isRecordResultSet, isUseCache, nodesToExclude, onAsyncReplicationError, onAsyncReplicationOk, removeExcludedNode, setCacheableResult, setContext, setLimit, setParameters, setProgressListener, setRecordResultSet, setResultListener, setTimeout, setUseCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, getLimit, getTimeoutStrategy, getTimeoutTime, setContext, setLimit, setTimeout, setUseCachefromStream, toStreampublic <RET> RET execute(Object... iArgs)
execute in interface OCommandRequestpublic String getFetchPlan()
getFetchPlan in interface OCommandRequestgetFetchPlan in class OCommandRequestAbstractpublic OQueryAbstract setFetchPlan(String fetchPlan)
setFetchPlan in interface OCommandRequestsetFetchPlan in class OCommandRequestAbstractpublic void reset()
reset in interface OCommandRequestInternalreset in interface OQuery<T>reset in class OCommandRequestAbstractpublic boolean isIdempotent()
OCommandRequestisIdempotent in interface OCommandRequestCopyright © 2009–2025 OrientDB. All rights reserved.