Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDynStrFree
  
SaDynStrFree
SaDynStrFree frees the SaDynStrT variable.
In search operations, the column data is stored to the SaDynStrT variable using function SaDynStrMove, which overwrites the old data. The user is responsible for releasing the SaDynStrT variable after the search ends using function SaDynStrFree.
Synopsis
void SA_EXPORT_H SaDynStrFree( SaDynStrT* p_ds)
Parameters
Parameters
Usage type
Description
p_ds
in, take
Dynamic string.
Note Because the function deallocates the memory, the pointer p_ds is no longer valid after the function call and thus the usage type is “take”.
Return value
None.
See also
solidDB® SA function reference