~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql/result_set.h

  • Committer: Mark Atwood
  • Date: 2011-05-12 22:20:08 UTC
  • mfrom: (2283.4.17 json-interface)
  • Revision ID: me@mark.atwood.name-20110512222008-7facdn0qu7lsbm0g
mergeĀ lp:~stewart/drizzle/json-interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  {
102
102
  }
103
103
 
 
104
  void setColumnCount(size_t fields)
 
105
  {
 
106
    _meta_data.setColumnCount(fields);
 
107
  }
 
108
 
104
109
  ~ResultSet();
105
110
 
106
111
  void createRow();