~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/table.h

  • Committer: Brian Aker
  • Date: 2010-07-07 06:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100707065254-fqrctwcppn1acgy1
Added unit test for generators.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
public:
39
39
 
40
 
  Table(Session &arg);
41
 
 
42
 
  void reset(const SchemaIdentifier &schema_identifier);
 
40
  Table(Session &arg, const SchemaIdentifier &schema_identifier);
43
41
 
44
42
  operator const drizzled::message::Table*()
45
43
  {