ifx_rc_delete(rchandle, action, jump)
The function accepts the following arguments.
Argument | Type | Use | Description |
---|---|---|---|
rchandle | HINFX_RC | Input | Handle for a collection buffer |
action | SQL_SMALLINT | Input | Location of the element relative to the seek position.
The possible values are:
|
jump | SQL_SMALLINT | Input | Offset when action is SQL_INFX_RC_ABSOLUTE or SQL_INFX_RC_RELATIVE |
The ifx_rc_delete() function deletes an element from a collection from the location that is specified by action and jump. The function sets the seek position to the value that was just deleted. It is not possible to delete an element from a row.