|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class provides an Iterator functionality, with the help of which the user can decide
the number of records to fetch.
| Method Summary | |
boolean |
hasMoreRecords()
Indicates whether there are more records to return. |
boolean |
nextSetOfRecords(java.lang.StringBuffer p_responseDoc,
java.lang.StringBuffer p_requestStatus)
This method will return the next set of records from the set of records that is being iterated through. |
void |
setRecordSize(int p_recordSize)
Sets the number of records that should be returned in each fetch. |
| Method Detail |
public boolean hasMoreRecords()
throws com.baan.b3.boi1.BoiException,
com.baan.b3.boi1.BoiApplicationException
throws: - com.baan.b3.boi1.BoiException - if an adapter or transport level error occurred
com.baan.b3.boi1.BoiApplicationException - if the query resulted in an error in the backend
com.baan.b3.boi1.BoiException
com.baan.b3.boi1.BoiApplicationException
public boolean nextSetOfRecords(java.lang.StringBuffer p_responseDoc,
java.lang.StringBuffer p_requestStatus)
p_responseDoc - When the call is successful, this referance variable will contain the fetched records in XML format.p_requestStatus - In case for some reason the records could not be fetched, the p_requestStatus, contains will contain the requesStatus document.
public void setRecordSize(int p_recordSize)
p_recordSize - The number of records that should be returned in XML format in each fetch.
|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||