~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2008-08-10 17:18:41 UTC
  • mfrom: (287.3.13 codestyle)
  • Revision ID: brian@tangent.org-20080810171841-pkvi2ky94wbd0nt5
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1309
1309
  void set_null();
1310
1310
  void set_int(int64_t i, uint32_t max_length_arg);
1311
1311
  void set_double(double i);
1312
 
  void set_decimal(const char *str, ulong length);
 
1312
  void set_decimal(char *str, ulong length);
1313
1313
  bool set_str(const char *str, ulong length);
1314
1314
  bool set_longdata(const char *str, ulong length);
1315
1315
  void set_time(DRIZZLE_TIME *tm, timestamp_type type, uint32_t max_length_arg);