~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/uuid.h

  • Committer: Mark Atwood
  • Date: 2011-06-22 05:48:25 UTC
  • mfrom: (2318.6.17 refactor12)
  • Revision ID: me@mark.atwood.name-20110622054825-mf8nxjs9dxcpvcfe
bzr merge lp:~olafvdspek/drizzle/refactor12

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  double val_real() const;
54
54
  int64_t val_int() const;
55
55
  String *val_str(String*,String *) const;
56
 
  void sql_type(drizzled::String&) const;
57
56
  int store_decimal(const drizzled::type::Decimal*);
58
57
 
59
58
  Item_result result_type () const { return STRING_RESULT; }