
public abstract class OAbstractCommandResultListener extends java.lang.Object implements SimpleValueFetchPlanCommandListener
| Modifier and Type | Field and Description |
|---|---|
protected com.orientechnologies.orient.core.command.OCommandResultListener |
wrappedResultListener |
| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractCommandResultListener(com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
protected void |
fetchRecord(java.lang.Object iRecord,
com.orientechnologies.orient.core.fetch.OFetchListener iFetchListener) |
java.lang.Object |
getResult() |
abstract boolean |
isEmpty() |
void |
setFetchPlan(java.lang.String iText) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlinkdedBySimpleValueprotected final com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener
protected OAbstractCommandResultListener(com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener)
public abstract boolean isEmpty()
public void end()
end in interface com.orientechnologies.orient.core.command.OCommandResultListenerpublic void setFetchPlan(java.lang.String iText)
protected void fetchRecord(java.lang.Object iRecord,
com.orientechnologies.orient.core.fetch.OFetchListener iFetchListener)
public java.lang.Object getResult()
getResult in interface com.orientechnologies.orient.core.command.OCommandResultListenerCopyright © 2009–2022 OrientDB. All rights reserved.