![]() |
Qore jni Module 2.4.0
|
Java wrapper for the TableMapper::SqlStatementOutboundMapper class in Qore. More...
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. | |
Java wrapper for the TableMapper::SqlStatementOutboundMapper class in Qore.
import qoremod.TableMapper.SqlStatementOutboundMapper;