Interface OCommandRequestInternal
- All Superinterfaces:
OCommandRequest
- All Known Subinterfaces:
OCommandRequestText
- All Known Implementing Classes:
OCommandFunction,OCommandGremlin,OCommandRequestAbstract,OCommandRequestTextAbstract,OCommandScript,OCommandSQL,OCommandSQLResultset,OLiveQuery,OQueryAbstract,OSQLAsynchQuery,OSQLNonBlockingQuery,OSQLQuery,OSQLSynchQuery
Internal specialization of generic OCommand interface.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidreset()voidsetCacheableResult(boolean iValue) setProgressListener(OProgressListener iProgressListener) voidsetRecordResultSet(boolean recordResultSet) Communicate to a listener if the result set is an record based or anything elsevoidsetResultListener(OCommandResultListener iListener) Methods inherited from interface com.orientechnologies.orient.core.command.OCommandRequest
execute, getContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, isIdempotent, setContext, setFetchPlan, setLimit, setTimeout, setUseCache
-
Method Details
-
getParameters
-
getResultListener
OCommandResultListener getResultListener() -
setResultListener
-
getProgressListener
OProgressListener getProgressListener() -
setProgressListener
-
reset
void reset() -
isCacheableResult
boolean isCacheableResult() -
setCacheableResult
void setCacheableResult(boolean iValue) -
setRecordResultSet
void setRecordResultSet(boolean recordResultSet) Communicate to a listener if the result set is an record based or anything else- Parameters:
recordResultSet-
-
isRecordResultSet
boolean isRecordResultSet()
-