~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  int64_t val_int_endpoint(bool left_endp, bool *incl_endp);
86
86
  Field *get_tmp_table_field() { return result_field; }
87
87
  Field *tmp_table_field(Table *) { return result_field; }
88
 
  bool get_date(type::Time *ltime,uint32_t fuzzydate);
89
 
  bool get_date_result(type::Time *ltime,uint32_t fuzzydate);
90
 
  bool get_time(type::Time *ltime);
 
88
  bool get_date(type::Time &ltime,uint32_t fuzzydate);
 
89
  bool get_date_result(type::Time &ltime, uint32_t fuzzydate);
 
90
  bool get_time(type::Time &ltime);
91
91
  bool is_null();
92
92
  void update_null_value();
93
93
  Item *get_tmp_table_item(Session *session);