Qore jni Module  1.0.1
org.qore.lang.bulksqlutil.BulkRowCallback Interface Reference

This class is used for row code callbacks with bulk SQL classes. More...

Inheritance diagram for org.qore.lang.bulksqlutil.BulkRowCallback:
org.qore.jni.QoreClosureMarker

Public Member Methods

void call (Map< String, Object > row)
 This method is called when data has been sent to the database and all output data is available; must accept a hash argument that represents the data written to the database including any output arguments.
 

Detailed Description

This class is used for row code callbacks with bulk SQL classes.


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