~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/column.h

  • Committer: Mark Atwood
  • Date: 2011-11-15 04:19:11 UTC
  • mfrom: (2457.1.1 drizzle-docs71-2)
  • Revision ID: me@mark.atwood.name-20111115041911-mwcqz8tvfze0sgbo
lp:~hingo/drizzle/7.1-docs-reviewfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
const char *drizzle_column_catalog(drizzle_column_st *column);
83
83
 
84
84
/**
85
 
 * Get schema name for a column.
 
85
 * Get database name for a column.
86
86
 */
87
87
DRIZZLE_API
88
 
const char *drizzle_column_shema(drizzle_column_st *column);
89
 
 
90
 
DRIZZLE_API
91
88
const char *drizzle_column_db(drizzle_column_st *column);
92
89
 
93
90
/**
148
145
 * Get the Drizzle type of a column.
149
146
 */
150
147
DRIZZLE_API
151
 
drizzle_column_type_drizzle_t drizzle_column_type_drizzle(drizzle_column_st *column);
 
148
drizzle_column_type_drizzle_t
 
149
drizzle_column_type_drizzle(drizzle_column_st *column);
152
150
 
153
151
/**
154
152
 * Get flags for a column.