Sun Microsystems 5800 用户手册

下载
页码 136
IN: Variable (”?’) in the prepared statement, numbered from 1.
value
IN: char * string to bind.
Return Codes
HCERR_OK
HCERR_OOM
See Also
hc_pstmt_set_double
Adds a double precision binding to a
Synopsis
hcerr_t hc_pstmt_set_double(hc_pstmt_t *pstmt,
int which,
hc_double_t value)
Description
This function binds an
to one of the variables in a prepared
statement. The variable must be of the appropriate type in the database. Errors in binding and
type are returned when the
is used to query the server.
Parameters
pstmt
Prepared statement to add the binding to.
which
IN: Variable (”?’) in the prepared statement, numbered from 1.
value
IN: Double precision value to bind.
Synchronous C API Functions
Chapter 3 • Sun StorageTek 5800 System C Client API
103