~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

  • Committer: Brian Aker
  • Date: 2010-10-15 01:23:36 UTC
  • mfrom: (1835.1.7 staging)
  • Revision ID: brian@tangent.org-20101015012336-8w5lox9kj0hkv0a1
Merge in mutable/execute

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
   */
59
59
  virtual bool execute()= 0;
60
60
 
 
61
  Session *getSession()
 
62
  {
 
63
    return session;
 
64
  }
 
65
 
61
66
protected:
62
67
 
63
68
  /**