MySQL 8.4.0
Source Code Documentation
s_mysql_mysql_string_value Struct Reference

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...
 

Detailed Description

Service for retrieving one character from a string.

It relies on string iterator and access ulong representation of the character.

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_mysql_string_value::get) (my_h_string_iterator iter, ulong *out)

Retrieves character value at current iterator position.

Parameters
iterString iterator object handle
[out]outPointer to long value to store character to
Returns
Status of performed operation
Return values
falsesuccess
truefailure

The documentation for this struct was generated from the following file: