Programmer Guide : solidDB® SA : solidDB® SA function reference : SaSetSortBufSize
  
SaSetSortBufSize
SaSetSortBufSize sets the amount of memory that a connection uses for local sorts (sorts that are done on the client side by the SA library).
Synopsis
SaRetT SA_EXPORT_H SaSetSortBufSize( SaConnectT* scon,
  unsigned long size)
Parameters
Parameters
Usage type
Description
scon
in, out, use
Pointer to a connection object.
size
in
Memory buffer size in bytes.
Note The usage type includes “out” because the scon parameter is modified by this function call.
Return value
SA_RC_SUCC when OK or SA_ERR_FAILED when specified memory size was too small (< 10KB)
See also
solidDB® SA function reference