beautypg.com

Parameters, Return codes, See also – Sun Microsystems Sun StorageTek 5800 User Manual

Page 102: Hc_pstmt_set_char, Synopsis, Description

background image

Parameters

pstmt

Prepared statement to add the binding to.

which

IN: Variable (”?’) in the prepared statement, numbered from 1.

value

IN: String to bind.

Return Codes

HCERR_OK

HCERR_OOM

See Also

“hc_pstmt_create” on page 100

hc_pstmt_set_char

Adds a char binding to a

“hc_pstmt_t” on page 49

.

Synopsis

hcerr_t hc_pstmt_set_char(hc_pstmt_t *pstmt,

int which,char *value);

Description

This function binds a char * Latin-1 string 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

Synchronous C API Functions

Sun StorageTek 5800 System Client API Reference Manual • June 2008

102