Synchronous C API Functions

hc_pstmt_create

Creates an “hc_pstmt_t” on page 49 for use with the “hc_pstmt_query_ez” on page 109 function.

Synopsis

hcerr_t hc_pstmt_create(hc_session_t *session,

hc_string_t query,

hc_pstmt_t **ptr);

Description

This function creates a prepared statement for use with the “hc_pstmt_query_ez” on page 109 function.

Parameters

session

IN: session that this query will be used with. query

IN: Query (where clause with ”?’ for values). ptr

OUT: Updated to point to opaque “hc_pstmt_t” on page 49.

Return Codes

HCERR_OK

HCERR_OOM

See Also

“hc_pstmt_query_ez” on page 109

100

Sun StorageTek 5800 System Client API Reference Manual • June 2008

Page 100
Image 100
Sun Microsystems 5800 manual Hcpstmtcreate