
public interface OCommandRequest
| Modifier and Type | Method and Description |
|---|---|
<RET> RET |
execute(Object... iArgs) |
OCommandContext |
getContext() |
String |
getFetchPlan()
Deprecated.
|
int |
getLimit()
This api is deprecated use sql keyword "LIMIT" instead
Returns the limit of result set.
|
OCommandContext.TIMEOUT_STRATEGY |
getTimeoutStrategy()
Deprecated.
|
long |
getTimeoutTime()
Deprecated.
|
boolean |
isIdempotent()
Returns true if the command doesn't change the database, otherwise false.
|
OCommandRequest |
setContext(OCommandContext iContext) |
<RET extends OCommandRequest> |
setFetchPlan(String iFetchPlan)
Deprecated.
|
OCommandRequest |
setLimit(int iLimit)
Deprecated.
|
void |
setTimeout(long timeout,
OCommandContext.TIMEOUT_STRATEGY strategy)
Deprecated.
|
void |
setUseCache(boolean iUseCache) |
<RET> RET execute(Object... iArgs)
int getLimit()
@Deprecated OCommandRequest setLimit(int iLimit)
iLimit - -1 = no limit. 1 to N to limit the result set.@Deprecated long getTimeoutTime()
@Deprecated OCommandContext.TIMEOUT_STRATEGY getTimeoutStrategy()
@Deprecated void setTimeout(long timeout, OCommandContext.TIMEOUT_STRATEGY strategy)
timeout - boolean isIdempotent()
@Deprecated String getFetchPlan()
@Deprecated <RET extends OCommandRequest> RET setFetchPlan(String iFetchPlan)
<field>:<depth-level>*Where:
children:-1 parent:0 sibling:3 *:0
iFetchPlan - void setUseCache(boolean iUseCache)
OCommandContext getContext()
OCommandRequest setContext(OCommandContext iContext)
Copyright © 2009–2025 OrientDB. All rights reserved.