~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

  • Committer: Monty Taylor
  • Date: 2010-10-07 05:19:48 UTC
  • mto: (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1822.
  • Revision ID: mordred@inaugust.com-20101007051948-woxgvqo7fr47yp22
TurnedĀ onĀ -Werror.

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
 
 
66
61
protected:
67
62
 
68
63
  /**