MySQL 9.1.0
Source Code Documentation
|
Service for retrieving one character from a string. More...
#include <mysql_string.h>
Public Attributes | |
mysql_service_status_t(* | get )(my_h_string_iterator iter, ulong *out) |
Retrieves character value at current iterator position. More... | |
Service for retrieving one character from a string.
It relies on string iterator and access ulong representation of the character.
mysql_service_status_t(* s_mysql_mysql_string_value::get) (my_h_string_iterator iter, ulong *out) |
Retrieves character value at current iterator position.
iter | String iterator object handle | |
[out] | out | Pointer to long value to store character to |
false | success |
true | failure |