~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_insert.h

  • Committer: patrick crews
  • Date: 2011-03-15 16:40:08 UTC
  • Revision ID: gleebix@gmail.com-20110315164008-qse7wl016l3pswvf
Tags: 2011.03.13
Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#pragma once
22
22
 
23
 
#include <drizzled/copy_info.h>
24
23
#include <drizzled/select_result_interceptor.h>
25
24
 
26
 
namespace drizzled {
27
 
 
28
 
class select_insert :public select_result_interceptor 
 
25
namespace drizzled
29
26
{
30
 
public:
 
27
 
 
28
class select_insert :public select_result_interceptor {
 
29
 public:
31
30
  TableList *table_list;
32
31
  Table *table;
33
32
  List<Item> *fields;