cp_result_set *
cp_db_connection_select(cp_db_connection *connection, char *query);
CP_FIELD_TYPE_BOOLEAN -- short
CP_FIELD_TYPE_CHAR -- cp_string
CP_FIELD_TYPE_SHORT -- short
CP_FIELD_TYPE_INT -- int
CP_FIELD_TYPE_LONG -- long
CP_FIELD_TYPE_LONG_LONG -- long long
CP_FIELD_TYPE_FLOAT -- float
CP_FIELD_TYPE_DOUBLE -- double
CP_FIELD_TYPE_VARCHAR -- cp_string
CP_FIELD_TYPE_BLOB -- cp_string
CP_FIELD_TYPE_DATE -- cp_timestampz
CP_FIELD_TYPE_TIME -- cp_timestampz
CP_FIELD_TYPE_TIMESTAMP -- cp_timestampz
Results should be released with cp_result_set_destroy(3).
for more on result set usage, see cp_result_set(3).
|
This document was created by
man2html,
using the manual pages. Time: 22:48:28 GMT, April 10, 2006 |
|