~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-39

« back to all changes in this revision

Viewing changes to libdrizzle-5.1/query.h

  • Committer: Continuous Integration
  • Date: 2013-01-10 22:17:55 UTC
  • mfrom: (85.1.1 5.1-query)
  • Revision ID: ci@drizzle.org-20130110221755-9uxwfxrz1afhu3aq
Merge lp:~linuxjedi/libdrizzle/5.1-query Build: jenkins-Libdrizzle-39

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                                 const char *query, size_t size,
74
74
                                 drizzle_return_t *ret_ptr);
75
75
 
76
 
/**
77
 
 * Send query to server, using strlen to get the size of query buffer..
78
 
 */
79
 
DRIZZLE_API
80
 
drizzle_result_st *drizzle_query_str(drizzle_st *con,
81
 
                                     const char *query,
82
 
                                     drizzle_return_t *ret_ptr);
83
 
 
84
76
/*
85
77
 * Escape a string or encode a string in hexadecimal. The return value is the
86
78
 * size of the output string in to.