dam_getBulkValueToSet
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns an object array for the specified statement handle and row element.
Object[] dam_getBulkValueToSet(long hstmt,
long hRowElem,
xo_long iRowCount)
Parameters for dam_getBulkValueToSet
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| hRowElem | long | The row element. |
| iRowCount | xo_long | The row handle. |
| RETURN | ||
| Object[] | An array of objects. Object[] - on success. NULL - on failure. |
|