~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/column_server.h

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 */
72
72
DRIZZLE_API
73
73
void drizzle_column_set_db(drizzle_column_st *column, const char *db);
74
 
 
75
 
DRIZZLE_API
76
 
void drizzle_column_set_schema(drizzle_column_st *column, const char *schema);
77
74
 
78
75
/**
79
76
 * Set table name for a column.