~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/null.h

  • Committer: Brian Aker
  • Date: 2009-09-22 07:35:28 UTC
  • mfrom: (971.6.10 eday-dev)
  • Revision ID: brian@gaz-20090922073528-xgm634aomuflqxl3
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  my_decimal *val_decimal(my_decimal *);
41
41
  int save_in_field(Field *field, bool no_conversions);
42
42
  int save_safe_in_field(Field *field);
43
 
  bool send(drizzled::plugin::Protocol *protocol, String *str);
 
43
  bool send(drizzled::plugin::Client *client, String *str);
44
44
  enum Item_result result_type () const { return STRING_RESULT; }
45
45
  enum_field_types field_type() const   { return DRIZZLE_TYPE_NULL; }
46
46
  bool basic_const_item() const { return 1; }