~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/num.h

code clean up to moving functions into drizzled/functions directory - Item_num_op and Item_numhybrid

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
            const char *field_name_arg,
32
32
            uint8_t dec_arg, bool zero_arg, bool unsigned_arg);
33
33
  Item_result result_type () const { return REAL_RESULT; }
 
34
  void add_unsigned(String &res) const;
34
35
  friend class Create_field;
35
36
  void make_field(Send_field *);
36
37
  uint32_t decimals() const { return (uint32_t) dec; }