77
81
virtual bool store_short(int64_t from)=0;
78
82
virtual bool store_long(int64_t from)=0;
79
83
virtual bool store_int64_t(int64_t from, bool unsigned_flag)=0;
81
85
virtual bool store(const char *from, size_t length, const CHARSET_INFO * const cs)=0;
82
86
virtual bool store(const char *from, size_t length,
83
87
const CHARSET_INFO * const fromcs, const CHARSET_INFO * const tocs)=0;