~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

  • Committer: Lee Bieber
  • Date: 2011-03-13 16:37:38 UTC
  • mfrom: (2227.4.18 session2)
  • Revision ID: kalebral@gmail.com-20110313163738-7ti21zk40o2xi3ew
Merge Olaf - Refactor Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    return false;
69
69
  }
70
70
 
71
 
  Session* getSession() const
72
 
  {
73
 
    return &session();
74
 
  }
75
 
 
76
71
  Session& session() const
77
72
  {
78
73
    return _session;