protected static class QueryIterator.MxWrapper extends QueryIterator
QueryIterator.MxWrapperEMPTY| Constructor and Description |
|---|
MxWrapper(matrix.db.Query query,
matrix.util.StringList sl,
short pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
QueryIterator |
getInstance(matrix.db.Query query,
matrix.util.StringList sl,
short pageSize)
Returns instance of com.technia.tvc.core.db.QueryIterator
|
boolean |
hasNext() |
matrix.db.BusinessObjectWithSelect |
nextObject()
Returns the next object.
|
next, removepublic MxWrapper(matrix.db.Query query,
matrix.util.StringList sl,
short pageSize)
throws TVCException
TVCExceptionpublic boolean hasNext()
public void close()
throws TVCException
close in class QueryIteratorTVCExceptionpublic matrix.db.BusinessObjectWithSelect nextObject()
throws TVCException
QueryIteratornextObject in class QueryIteratorTVCException - If unable to get the next object.public QueryIterator getInstance(matrix.db.Query query, matrix.util.StringList sl, short pageSize) throws TVCException
QueryIteratorgetInstance in class QueryIteratorquery - matrix.db.Query instancesl - list of select statements for the querypageSize - higher limit of number of objects to be returnedTVCExceptionCopyright ? Technia AB. All Rights Reserved.