~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/column.h

  • Committer: Brian Aker
  • Date: 2011-11-18 16:11:02 UTC
  • mto: (2463.1.1 drizzle-include)
  • mto: This revision was merged to the branch mainline in revision 2462.
  • Revision ID: brian@tangent.org-20111118161102-d1mbswn88iwc2iv1
Pass through refactoring.

Never throw exceptions from libraries. You can not have the assumption that in a driver that the above language can handle this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
 * Get the Drizzle type of a column.
149
149
 */
150
150
DRIZZLE_API
151
 
drizzle_column_type_drizzle_t
152
 
drizzle_column_type_drizzle(drizzle_column_st *column);
 
151
drizzle_column_type_drizzle_t drizzle_column_type_drizzle(drizzle_column_st *column);
153
152
 
154
153
/**
155
154
 * Get flags for a column.