~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/date.h

  • Committer: Brian Aker
  • Date: 2011-01-17 16:48:48 UTC
  • mto: (2097.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: brian@tangent.org-20110117164848-x0gl1pvamks5si07
Merge in namespace of enum.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
             const CHARSET_INFO * const charset);
65
65
  int  store(double nr);
66
66
  int  store(int64_t nr, bool unsigned_val);
67
 
  int store_time(type::Time *ltime, enum enum_drizzle_timestamp_type type);
 
67
  int store_time(type::Time *ltime, type::timestamp_t type);
68
68
  int reset(void) { ptr[0]=ptr[1]=ptr[2]=ptr[3]=0; return 0; }
69
69
  double val_real(void);
70
70
  int64_t val_int(void);