solidDB Help : solidDB reference : 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
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