Qore jni Module  1.2.0
org.qore.lang.mapper.MapperOutputRecordIterator Class Reference

Java wrapper for the Mapper::MapperOutputRecordIterator class in Qore. More...

Inheritance diagram for org.qore.lang.mapper.MapperOutputRecordIterator:
org.qore.lang.dataprovider.AbstractDataProviderRecordIterator org.qore.lang.AbstractIterator org.qore.jni.QoreObjectWrapper

Public Member Methods

 MapperOutputRecordIterator (QoreObject obj) throws Throwable
 creates the object as a wrapper for the Qore object
 
- Public Member Methods inherited from org.qore.lang.dataprovider.AbstractDataProviderRecordIterator
 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 More...
 
- 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. More...
 
boolean valid () throws Throwable
 returns true if the iterator is currently pointing at a valid element, false if not More...
 
- Public Member Methods inherited from org.qore.jni.QoreObjectWrapper
 QoreObjectWrapper (QoreObject obj)
 creates the wrapper object with the Qore object
 
void release ()
 releases the Qore object; do not call any further methods on the object after this call
 
QoreObject getQoreObject ()
 returns the Qore object
 
String className ()
 returns the class name for the Qore object
 
boolean instanceOf (String class_name)
 returns true if the object is an instance of the given class
 

Additional Inherited Members

- Private Attributes inherited from org.qore.jni.QoreObjectWrapper
QoreObject obj
 the wrapper Qore object
 

Detailed Description

Java wrapper for the Mapper::MapperOutputRecordIterator class in Qore.

Note
Loads and initializes the Qore library and the jni module in static initialization if necessary

The documentation for this class was generated from the following file: