solidDB Help : solidDB reference : solidDB SA: Function reference : SaCursorColDfloat
  
SaCursorColDfloat
SaCursorColDfloat binds a user variable of type SaDfloatT to a database column.
In search operations, the user variable is updated to contain the value of the current row. Also, if search criteria are involved, this function is used to pass the values for them. In insert and update operations, the new value for the column is taken from the user variable.
Note SaDFloatT corresponds to the SQL data type DECIMAL (not FLOAT).
See SaCursorColData for a more detailed discussion of binding variables.
Synopsis
SaRetT SA_EXPORT_H SaCursorColDfloat(
  SaCursorT* scur,
  char* colname,
  SaDfloatT* dfloatptr)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
colname
in, use
Column name
dtfloatptr
in, hold
Pointer to the user variable
Return value
SA_RC_SUCC or error code.
See also
SaCursorColDouble
SaCursorColFloat
Go up to
solidDB SA: Function reference