Sun StorageTek 5800 System Client API Reference Guide

hc_pstmt_free

Frees a hc_pstmt_t with all its bindings.

Synopsis

     hcerr_t hc_pstmt_free(hc_pstmt_t *pstmt);

Description

This function frees a prepared statement.

Parameters

pstmt

Prepared statement to be freed.

Return Codes

     HCERR_OK

See Also

hc_pstmt_create