~stewart/drizzle/nofrm

« back to all changes in this revision

Viewing changes to drizzled/field/double.h

  • Committer: Stewart Smith
  • Date: 2009-02-22 06:28:04 UTC
  • mfrom: (869.1.29 drizzle)
  • Revision ID: stewart@flamingspork.com-20090222062804-ssplgcffmroxwjph
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Field_double :public Field_real {
27
27
public:
 
28
 
 
29
  using Field::store;
 
30
  using Field::val_int;
 
31
  using Field::val_str;
 
32
  using Field::cmp;
 
33
 
28
34
  Field_double(unsigned char *ptr_arg, uint32_t len_arg,
29
35
               unsigned char *null_ptr_arg,
30
36
               unsigned char null_bit_arg,