void cp_db_statement_set_binary(cp_db_statement *stmt, int binary);
DESCRIPTION
cp_db_statement_set_binary
sets the
binary
flag on a prepared statement, indicating that results should be returned in
text format if
binary
is zero or binary format if
binary
is non-zero. Driver implementations may ignore this flag - e.g. the
mysql
driver always returns prepared statement results in binary format.