~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog.h

  • Committer: Brian Aker
  • Date: 2011-03-24 23:14:46 UTC
  • mfrom: (2246.4.12 foreach)
  • Revision ID: brian@tangent.org-20110324231446-7q1gydkglys73nft
Merge in XTF

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
  bool execute();
43
43
 
44
 
  identifier::Catalog::const_reference identifier() const
 
44
  const identifier::Catalog& identifier() const
45
45
  {
46
46
    return _identifier;
47
47
  }