public interface OQuery<T> extends OCommandRequest
Modifier and Type | Method and Description |
---|---|
void |
reset() |
List<T> |
run(Object... iArgs)
Executes the query without limit about the result set.
|
T |
runFirst(Object... iArgs)
Returns the first occurrence found if any
|
execute, getContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, isIdempotent, setContext, setFetchPlan, setLimit, setTimeout, setUseCache
List<T> run(Object... iArgs)
T runFirst(Object... iArgs)
void reset()
Copyright © 2009–2020 OrientDB. All rights reserved.