~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

  • Committer: Brian Aker
  • Date: 2011-03-27 07:03:49 UTC
  • mfrom: (2252.2.3 drizzle-ga)
  • Revision ID: brian@tangent.org-20110327070349-ihqsw1cl19lu8j65
MergeĀ inĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <drizzled/field.h>
23
23
 
24
 
namespace drizzled
25
 
{
26
 
class Item;
27
 
typedef struct st_typelib TYPELIB;
 
24
namespace drizzled {
28
25
 
29
26
/**
30
27
 * Class representing a field in a CREATE TABLE statement.