Sun Microsystems 5800 用户手册

下载
页码 136
hc_pstmt_create
Creates an
for use with the
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
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
Return Codes
HCERR_OK
HCERR_OOM
See Also
Synchronous C API Functions
Sun StorageTek 5800 System Client API Reference Manual • June 2008
100