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

sqlu_freeDataChainList

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.
void * sqlu_freeDataChain(
DataChainList * pDataChainList)
 
Table 60: Parameters for sqlu_freeDataChainList 
Parameter
Type
Description
INPUT
 
 
pDataChainList
DataChainList *
Pointer to the DataChainList to be freed.

See also 

OASQLIP_free_colval