![]() |
Qore jni Module 2.4.0
|
Java wrapper for the DataProvider::AbstractDataProviderRecordIterator class in Qore. More...
Public Member Methods | |
| AbstractDataProviderRecordIterator (QoreObject obj) throws Throwable | |
| creates the object as a wrapper for the Qore object | |
| HashMap< String, Object > | getValue () throws Throwable |
| returns a single record if the iterator is valid | |
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. | |
| boolean | valid () throws Throwable |
| returns true if the iterator is currently pointing at a valid element, false if not | |
Java wrapper for the DataProvider::AbstractDataProviderRecordIterator class in Qore.
import qoremod.DataProvider.AbstractDataProviderRecordIterator;
|
inline |
returns a single record if the iterator is valid
| INVALID-ITERATOR | the iterator is not pointing at a valid element |
Reimplemented from org.qore.lang.AbstractIterator.