~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-04 21:06:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2450.
  • Revision ID: brian@tangent.org-20111104210616-2at42agch94dkwb0
Additional fixes for libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *
35
35
 */
36
36
 
37
 
#pragma once
38
37
 
39
38
/**
40
39
 * @file
82
81
const char *drizzle_column_catalog(drizzle_column_st *column);
83
82
 
84
83
/**
85
 
 * Get schema name for a column.
 
84
 * Get database name for a column.
86
85
 */
87
86
DRIZZLE_API
88
 
const char *drizzle_column_shema(drizzle_column_st *column);
89
 
 
90
 
DRIZZLE_API
91
87
const char *drizzle_column_db(drizzle_column_st *column);
92
88
 
93
89
/**
148
144
 * Get the Drizzle type of a column.
149
145
 */
150
146
DRIZZLE_API
151
 
drizzle_column_type_drizzle_t drizzle_column_type_drizzle(drizzle_column_st *column);
 
147
drizzle_column_type_drizzle_t
 
148
drizzle_column_type_drizzle(drizzle_column_st *column);
152
149
 
153
150
/**
154
151
 * Get flags for a column.