| 191 | inline const CHARSET_INFO *charset() const { return str_charset; } |
| 192 | inline uint32 length() const { return str_length;} |
| 193 | inline uint32 alloced_length() const { return Alloced_length;} |
| 194 | inline char& operator [] (uint32 i) const { return Ptr[i]; } |
| 195 | inline void length(uint32 len) { str_length=len ; } |
| 196 | inline bool is_empty() const { return (str_length == 0); } |
no outgoing calls
no test coverage detected