skip to main content
IP API Reference for C/C++ : IP API for C/C++ : sqlu_freeDataChainListUTF16
 

sqlu_freeDataChainListUTF16

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)
 
Table 61: Parameters for sqlu_freeDataChainListUTF16 
Parameter
Type
Description
INPUT
 
 
pDataChainList
DataChainList *
Pointer to the DataChainList to be freed.

See also 

OASQLIP_free_colval