char *cp_db_connection_escape_string(cp_db_connection *connection,
char *src,
int len);
char *cp_db_connection_escape_binary(cp_db_connection *connection,
char *src,
int src_len,
int *res_len);
cp_string *
cp_db_connection_unescape_binary(cp_db_connection *connection,
char *src);
Driver implementations are not strictly required to implement these functions, but may be expected to implement at least cp_db_connection_escape_binary.
NULL is returned if the driver for the database in use does not implement these methods.
This document was created by
man2html,
using the manual pages. Time: 22:48:28 GMT, April 10, 2006 |