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

« back to all changes in this revision

Viewing changes to libdrizzle/result.h

  • Committer: Andrew Hutchings
  • Date: 2012-12-08 19:39:11 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20121208193911-44w0fo2bd6h1or8h
More docs and more server-side functions stripped

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 * Get information string for a result.
89
89
 */
90
90
DRIZZLE_API
91
 
const char *drizzle_result_info(drizzle_result_st *result);
92
 
 
93
 
/**
94
 
 * Get error string for a result.
95
 
 */
96
 
DRIZZLE_API
97
 
const char *drizzle_result_error(drizzle_result_st *result);
 
91
const char *drizzle_result_message(drizzle_result_st *result);
98
92
 
99
93
/**
100
94
 * Get server defined error code for a result.