Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorAtleast
  
SaCursorAtleast
SaCursorAtleast specifies the Atleast criterion for a column. Atleast criterion means that the column value must be greater than or equal to the Atleast value. The Atleast value is taken from the user variable currently bound to the column.
Synopsis
SaRetT SA_EXPORT_H SaCursorAtleast(
  SaCursorT* scur,
  char* colname)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
colname
in, use
Column name
Return value
SA_RC_SUCC or error code
See also
solidDB® SA function reference