hc_pstmt_set_timestamp
Addsa timestamp binding to a hc_pstmt_t” on page 49.
Synopsis
#include <time.h>
hcerr_t hc_pstmt_set_timestamp(hc_pstmt_t *pstmt,
int which,
struct timespec *value);
Description
Thisfunction binds a timestamp in the form of the POSIX struct timespecto one of the
variablesin a prepared statement. The variable must be of the appropriate type in the database.
Errorsin binding and type are 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:struct timespec (time.h) value to bind.
ReturnCodes
HCERR_OK
HCERR_OOM
SeeAlso
hc_pstmt_create”on page 100
SynchronousCAPI Functions
Chapter3 SunStorageTek5800 System C Client API 107