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

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.
 

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: