~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/string.h

  • Committer: Brian Aker
  • Date: 2011-01-17 04:15:23 UTC
  • mto: (2088.1.3 merge)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110117041523-o9ex94kfz1a6iqyw
Modify TableIdentifier to fit with the rest of the identifiers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    assert(fixed == 1);
78
78
    return (String*) &str_value;
79
79
  }
80
 
  my_decimal *val_decimal(my_decimal *);
 
80
  type::Decimal *val_decimal(type::Decimal *);
81
81
  int save_in_field(Field *field, bool no_conversions);
82
82
  enum Item_result result_type () const { return STRING_RESULT; }
83
83
  enum_field_types field_type() const { return DRIZZLE_TYPE_VARCHAR; }