sqlu_freeDataChainListUTF16
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function frees the specified DataChainList object and all data items contained in the list. This function should be called from OASQLIP_free_colval to free DataChainLists created to return values for long data types LONGVARBINARY, WLONGVARCHAR, and LONGVARCHAR in Unicode format.
void * sqlu_freeDataChainListUTF16(
DataChainList * pDataChainList)
Parameters for sqlu_freeDataChainListUTF16
| Parameter | Type | Description |
| INPUT | ||
| pDataChainList | DataChainList * | Pointer to the DataChainList to be freed. |