~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/user_var_as_out_param.h

  • Committer: Brian Aker
  • Date: 2010-12-25 21:10:07 UTC
  • mfrom: (2030.1.5 clean)
  • Revision ID: brian@tangent.org-20101225211007-78qgasqv4rvduowe
Merge in modification for naming around types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  double val_real();
46
46
  int64_t val_int();
47
47
  String *val_str(String *str);
48
 
  my_decimal *val_decimal(my_decimal *decimal_buffer);
 
48
  type::Decimal *val_decimal(type::Decimal *decimal_buffer);
49
49
  /* fix_fields() binds variable name with its entry structure */
50
50
  bool fix_fields(Session *session, Item **ref);
51
51
  virtual void print(String *str, enum_query_type query_type);