~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

Common fwd

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.