Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorAtmost
  
SaCursorAtmost
SaCursorAtmost specifies the Atmost criterion for a column. Atmost criterion means that the column value must be less than or equal to the Atmost value. The Atmost value is taken from the user variable currently bound to the column.
Synopsis
SaRetT SA_EXPORT_H SaCursorAtmost(
  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