hc_pstmt_set_binary
Addsa binary binding to a hc_pstmt_t” on page 49.
Synopsis
hcerr_t hc_pstmt_set_binary(hc_pstmt_t *pstmt,
int which,
unsigned char *data,int size);
Description
Thisfunction binds a binary array to one of the variables in a prepared statement. The variable
mustbe of the appropriate type in the database. Errors in binding and type are returned when
thehc_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.
data
IN:Pointer to binary data to bind.
size
IN:Number of bytes in array of binary data.
ReturnCodes
HCERR_OK
HCERR_OOM
SeeAlso
hc_pstmt_create”on page 100
SynchronousCAPI Functions
SunStorageTek5800 System Client API Reference Manual • June 2008108