solidDB Help : solidDB reference : 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
The following table describes the 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.
Go up to
solidDB SA: Function reference