Qore jni Module 2.4.0
Loading...
Searching...
No Matches
org.qore.lang.tablemapper.SqlStatementOutboundMapper Class Reference

Java wrapper for the TableMapper::SqlStatementOutboundMapper class in Qore. More...

Inheritance diagram for org.qore.lang.tablemapper.SqlStatementOutboundMapper:
org.qore.lang.tablemapper.AbstractSqlStatementOutboundMapper org.qore.lang.mapper.Mapper org.qore.jni.QoreObjectWrapper

Public Member Methods

 SqlStatementOutboundMapper (QoreObject ds)
 creates the object as a wrapper for the Qore object
Public Member Methods inherited from org.qore.lang.tablemapper.AbstractSqlStatementOutboundMapper
 AbstractSqlStatementOutboundMapper (QoreObject obj)
 creates the object as a wrapper for the Qore object
void commit () throws Throwable
 commits the transaction and frees the Qore::SQL::AbstractDatasource transaction thread resource
void rollback () throws Throwable
 rolls the transaction back and frees the Qore::SQL::AbstractDatasource transaction thread resource
HashMap< String, Object > getData () throws Throwable
 Retrieve mapped data as a hash of lists.
HashMap< String, Object >[] getDataRows () throws Throwable
 Retrieve mapped data as a list of hashes.
Public Member Methods inherited from org.qore.lang.mapper.Mapper
 Mapper (QoreObject obj)
Object getRuntime (String key) throws Throwable
String getFieldName (String fname) throws Throwable
HashMap< String, Object > validKeys () throws Throwable
HashMap< String, Object > validTypes () throws Throwable
HashMap< String, Object > optionKeys () throws Throwable
HashMap< String, Object > getInputRecord () throws Throwable
HashMap< String, Object > getOutputRecord () throws Throwable
MapperOutputRecordIterator getOutputIterator () throws Throwable
void flushOutput () throws Throwable
void discardOutput () throws Throwable
void runAutonomous () throws Throwable
HashMap< String, Object >[] mapAll (Map< String, Object >[] recs) throws Throwable
HashMap< String, Object >[] mapAll (Map< String, Object > recs) throws Throwable
HashMap< String, Object > mapData (Map< String, Object > rec) throws Throwable
Object mapAuto (Object recs) throws Throwable
Hash mapBulk (Map< String, Object > rec, Map< String, Object > crec) throws Throwable
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 TableMapper::SqlStatementOutboundMapper class in Qore.

Deprecated
Use dynamic imports instead: import qoremod.TableMapper.SqlStatementOutboundMapper;

The documentation for this class was generated from the following file:
  • src/java/org/qore/lang/tablemapper/SqlStatementOutboundMapper.java