58
58
/* Get TIMESTAMP field value as seconds since begging of Unix Epoch */
59
59
long get_timestamp(bool *null_value);
61
61
bool get_date(DRIZZLE_TIME *ltime,uint32_t fuzzydate);
62
62
bool get_time(DRIZZLE_TIME *ltime);
63
63
timestamp_auto_set_type get_auto_set_type() const;