~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/uuid.h

  • Committer: Brian Aker
  • Date: 2010-12-25 01:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225012746-74bry8287d0aym8s
Change my_decimal to Decimal

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  int64_t val_int();
56
56
  String *val_str(String*,String *);
57
57
  void sql_type(drizzled::String&) const;
58
 
  int store_decimal(const drizzled::my_decimal*);
 
58
  int store_decimal(const drizzled::type::Decimal*);
59
59
 
60
60
  Item_result result_type () const { return STRING_RESULT; }
61
61
  int cmp(const unsigned char*, const unsigned char*);