public class OCommandSQL extends OCommandRequestTextAbstract
text
cacheableResult, context, fetchPlan, limit, onAsyncReplicationError, onAsyncReplicationOk, parameters, progressListener, resultListener, timeoutMs, timeoutStrategy, useCache
Constructor and Description |
---|
OCommandSQL() |
OCommandSQL(String iText) |
Modifier and Type | Method and Description |
---|---|
boolean |
isIdempotent()
Returns true if the command doesn't change the database, otherwise false.
|
OCommandSQL |
onAsyncReplicationError(OAsyncReplicationError iCallback)
Defines a callback to call in case of error during the asynchronous replication.
|
OCommandSQL |
onAsyncReplicationOk(OAsyncReplicationOk iCallback)
Defines a callback to call in case of the asynchronous replication succeed.
|
String |
toString() |
execute, fromStream, fromStream, getText, setText, toStream, toStream
addExcludedNode, convertToParameters, getContext, getFetchPlan, getLimit, getOnAsyncReplicationError, getOnAsyncReplicationOk, getParameters, getProgressListener, getResultListener, getTimeoutStrategy, getTimeoutTime, isCacheableResult, isRecordResultSet, isUseCache, nodesToExclude, removeExcludedNode, reset, setCacheableResult, setContext, setFetchPlan, setLimit, setParameters, setProgressListener, setRecordResultSet, setResultListener, setTimeout, setUseCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParameters, getProgressListener, getResultListener, isCacheableResult, isRecordResultSet, reset, setCacheableResult, setProgressListener, setRecordResultSet, setResultListener
getContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, setContext, setFetchPlan, setLimit, setTimeout, setUseCache
public OCommandSQL()
public OCommandSQL(String iText)
public boolean isIdempotent()
OCommandRequest
public String toString()
toString
in class OCommandRequestTextAbstract
public OCommandSQL onAsyncReplicationOk(OAsyncReplicationOk iCallback)
onAsyncReplicationOk
in interface ODistributedCommand
onAsyncReplicationOk
in class OCommandRequestAbstract
public OCommandSQL onAsyncReplicationError(OAsyncReplicationError iCallback)
onAsyncReplicationError
in interface ODistributedCommand
onAsyncReplicationError
in class OCommandRequestAbstract
Copyright © 2009–2020 OrientDB. All rights reserved.