Sun Microsystems 5800 Computer Drive User Manual


 
Return Codes
HCERR_OK
HCERR_OOM
See Also
hc_pstmt_create” on page 100
hc_pstmt_set_long
Adds a hc_long_t on page 46 binding to a hc_pstmt_t on page 49.
Synopsis
hcerr_t hc_pstmt_set_long(hc_pstmt_t *pstmt,
int which,
hc_long_t value);
Description
This function binds an hc_long_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 type are
returned when the
hc_pstmt_t on page 49 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:
hc_long_t on page 46 value to bind to.
Return Codes
HCERR_OK
HCERR_OOM
SynchronousCAPI Functions
SunStorageTek 5800SystemClientAPIReferenceManual June 2008104