~hartmut-php/drizzle/drizzle-codegen

« back to all changes in this revision

Viewing changes to drizzled/field/timetype.h

  • Committer: Hartmut Holzgraefe
  • Date: 2009-02-21 11:38:51 UTC
  • mfrom: (884.1.12 drizzle)
  • Revision ID: hartmut@mysql.com-20090221113851-p2n577trxbr8ip7v
mergeĀ fromĀ lp:drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  int64_t val_int(void);
48
48
  String *val_str(String*,String *);
49
49
  bool get_date(DRIZZLE_TIME *ltime, uint32_t fuzzydate);
50
 
  bool send_binary(Protocol *protocol);
51
50
  bool get_time(DRIZZLE_TIME *ltime);
52
51
  int cmp(const unsigned char *,const unsigned char *);
53
52
  void sort_string(unsigned char *buff,uint32_t length);