~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.h

  • Committer: Monty Taylor
  • Date: 2009-04-14 19:16:51 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090414191651-ltbww6hpqks8k7qk
Clarified instructions in README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ITEM_IDENT_H
21
21
#define DRIZZLED_ITEM_IDENT_H
22
22
 
23
 
#include "drizzled/item.h"
24
 
 
25
 
namespace drizzled
26
 
{
27
 
 
28
23
extern uint32_t lower_case_table_names;
29
24
 
30
25
class Item_ident :public Item
93
88
  int64_t val_int();
94
89
  String *val_str(String *str);
95
90
  my_decimal *val_decimal(my_decimal *dec);
96
 
  void make_field(SendField *tmp_field);
 
91
  void make_field(Send_field *tmp_field);
97
92
};
98
93
 
99
 
} /* namespace drizzled */
100
 
 
101
94
#endif /* DRIZZLED_ITEM_IDENT_H */