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, setUseCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContext, getLimit, getTimeoutStrategy, getTimeoutTime, setContext, setLimit, setTimeout, setUseCache
public <RET> RET execute(Object... iArgs)
execute
in interface OCommandRequest
public String getFetchPlan()
getFetchPlan
in interface OCommandRequest
getFetchPlan
in class OCommandRequestAbstract
public OQueryAbstract setFetchPlan(String fetchPlan)
setFetchPlan
in interface OCommandRequest
setFetchPlan
in class OCommandRequestAbstract
public void reset()
reset
in interface OCommandRequestInternal
reset
in interface OQuery<T>
reset
in class OCommandRequestAbstract
public boolean isIdempotent()
OCommandRequest
isIdempotent
in interface OCommandRequest
Copyright © 2009–2020 OrientDB. All rights reserved.