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