![]() |
Qore jni Module 2.4.0
|
Java wrapper for the DataProvider::AbstractDataProviderBulkRecordInterface in Qore. More...
Public Member Methods | |
| AbstractDataProviderBulkRecordInterface (QoreObject obj) throws Throwable | |
| creates the object as a wrapper for the Qore object | |
| int | getBlockSize () throws Throwable |
| Returns the block size. | |
| boolean | valid () throws Throwable |
| Returns True if there are more records to return. | |
| HashMap< String, Object[]> | getValue () throws Throwable |
| Returns a hash of lists according to the block size or nothing if no more data is available. | |
Public Member Methods inherited from org.qore.lang.AbstractIterator | |
| AbstractIterator (QoreObject obj) throws Throwable | |
| creates the object as a wrapper for the Qore object | |
| boolean | next () throws Throwable |
| Moves the current position to the next element; returns False if there are no more elements. | |
Java wrapper for the DataProvider::AbstractDataProviderBulkRecordInterface in Qore.
import qoremod.DataProvider.AbstractDataProviderBulkRecordInterface;
|
inline |
Returns a hash of lists according to the block size or nothing if no more data is available.
| INVALID-ITERATOR | the iterator is not pointing at a valid element |
Reimplemented from org.qore.lang.AbstractIterator.