|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.executor.result.DefaultResultContext
public class DefaultResultContext
Constructor Summary | |
---|---|
DefaultResultContext()
|
Method Summary | |
---|---|
int |
getResultCount()
|
java.lang.Object |
getResultObject()
|
boolean |
isStopped()
|
void |
nextResultObject(java.lang.Object resultObject)
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultResultContext()
Method Detail |
---|
public java.lang.Object getResultObject()
getResultObject
in interface ResultContext
public int getResultCount()
getResultCount
in interface ResultContext
public boolean isStopped()
isStopped
in interface ResultContext
public void nextResultObject(java.lang.Object resultObject)
public void stop()
stop
in interface ResultContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |