Sun Microsystems 5800 User Manual

Page of 136
hc_pstmt_set_timestamp
Adds a timestamp binding to a
Synopsis
#include <time.h>
hcerr_t hc_pstmt_set_timestamp(hc_pstmt_t *pstmt,
int which,
struct timespec *value);
Description
This function binds a timestamp in the form of the POSIX struct timespec 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: struct timespec (time.h) value to bind.
Return Codes
HCERR_OK
HCERR_OOM
See Also
Synchronous C API Functions
Chapter 3 • Sun StorageTek 5800 System C Client API
107