~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/column_client.h

  • Committer: Brian Aker
  • Date: 2010-12-07 09:12:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1985.
  • Revision ID: brian@tangent.org-20101207091212-1m0w20tck6z7632m
This is a fix for bug lp:686197

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
/**
67
67
 * Read column information.
68
 
 *
69
 
 * @param[in,out] result pointer to the structure to read from.
70
 
 * @param[out] column pointer to the structure to contain the information.
71
 
 * @param[out] ret_ptr Standard libdrizzle return value.
72
 
 * @return column if there is valid data, NULL if there are no more columns.
73
68
 */
74
69
DRIZZLE_API
75
70
drizzle_column_st *drizzle_column_read(drizzle_result_st *result,