IN:Variable (”?’) in the prepared statement, numbered from 1.
value
IN:char * string to bind.
ReturnCodes
HCERR_OK
HCERR_OOM
SeeAlso
hc_pstmt_create”on page 100
hc_pstmt_set_double
Addsa double precision binding to a hc_pstmt_t” on page 49.
Synopsis
hcerr_t hc_pstmt_set_double(hc_pstmt_t *pstmt,
int which,
hc_double_t value)
Description
Thisfunction binds an hc_double_t” on page 46 to one of the variables in a prepared
statement.The variable must be of the appropriate type in the database. Errors in binding and
typeare returned when the hc_pstmt_t” on page 49 is used to query the server.
Parameters
pstmt
Preparedstatement to add the binding to.
which
IN:Variable (”?’) in the prepared statement, numbered from 1.
value
IN:Double precision value to bind.
SynchronousCAPI Functions
Chapter3 • Sun StorageTek 5800 System C Client API 103