dam_getRowBuffer
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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. |