381
373
DRIZZLE_RES * drizzle_list_fields(DRIZZLE *drizzle, const char *table, const char *wild);
382
374
uint32_t drizzle_escape_string(char *to,const char *from, uint32_t from_length);
383
375
uint32_t drizzle_hex_string(char *to,const char *from, uint32_t from_length);
384
uint32_t drizzle_real_escape_string(DRIZZLE *drizzle, char *to, const char *from, uint32_t length);
385
376
void myodbc_remove_escape(const DRIZZLE *drizzle, char *name);
388
377
bool drizzle_read_query_result(DRIZZLE *drizzle);