1310
1310
void set_int(int64_t i, uint32_t max_length_arg);
1311
1311
void set_double(double i);
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);