skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_getRowBuffer
 

dam_getRowBuffer

This method returns the RowBuffer object that the IP uses to add values to.
The call to dam_getRowBuffer should not cause a new block of memory to be allocated and then freed when dam_isTargetRow is called.
void dam_getRowBuffer(
     RowBuffer szCatalog,
     RowBuffer szRoleName)
Table 215. Parameters for dam_getRowBuffer
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
OUTPUT
szCatalog
RowBuffer
The database catalog.
szRoleName
RowBuffer
The name of the role.

See also

*dam_isTargetRow