-
Method Summary
void
Executes the query without limit about the result set.
Returns the first occurrence found if any
Methods inherited from interface com.orientechnologies.orient.core.command.OCommandRequest
execute, getContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, isIdempotent, setContext, setFetchPlan, setLimit, setTimeout, setUseCache
-
Method Details
-
run
Executes the query without limit about the result set. The limit will be bound to the maximum
allowed.
- Returns:
- List of records if any record matches the query constraints, otherwise an empty List.
-
runFirst
Returns the first occurrence found if any
- Returns:
- Record if found, otherwise null
-