Sun Microsystems 5800 User Manual

Page of 136
Description
An opaque structure to represent the session from one thread to one 5800 system server. It
contains the schema used to interpret metadata store and retrieve operations to this 5800
system server.
hc_pstmt_t
Structure for holding a prepared statement.
Synopsis
typedef void hc_pstmt_t;
Description
An opaque structure representing a query, including the query text and bound fields.
hc_query_result_set_t
Structure used to hold the results of a query.
Synopsis
typedef void hc_query_result_set_t;
Description
This opaque structure is used to hold the results of a query. For more information on the
functions that use this structure, see
read_from_data_source
Data source template used to upload object data to the cluster.
Synopsis
typedef long (*read_from_data_source)
(void *cookie, char *buf, long buf_size);
Synchronous C Data Types
Chapter 3 • Sun StorageTek 5800 System C Client API
49