~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/columns.h

Fix interface (we no longer need Fields passed around).

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  public:
41
41
    Generator(Field **arg);
42
42
 
43
 
    bool populate(Field **fields);
 
43
    bool populate();
44
44
    void fill();
45
45
 
46
46
    const drizzled::message::Table::Field& getColumn()