![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Service for String case conversions, to lower case and to upper case. More...
#include <mysql_string.h>
Public Attributes | |
| mysql_service_status_t(* | tolower )(my_h_string *out_string, my_h_string in_string) | 
| Convert a String pointed by handle to lower case.  More... | |
| mysql_service_status_t(* | toupper )(my_h_string *out_string, my_h_string in_string) | 
| Convert a String pointed by handle to upper case.  More... | |
Service for String case conversions, to lower case and to upper case.
| mysql_service_status_t(* s_mysql_mysql_string_case::tolower) (my_h_string *out_string, my_h_string in_string) | 
Convert a String pointed by handle to lower case.
Conversion depends on the client character set info
| out_string | Holds the converted lower case string object. | 
| in_string | Pointer to string object to be converted. | 
| false | success | 
| true | failure | 
| mysql_service_status_t(* s_mysql_mysql_string_case::toupper) (my_h_string *out_string, my_h_string in_string) | 
Convert a String pointed by handle to upper case.
Conversion depends on the client character set info
| out_string | Holds the converted upper case string object. | 
| in_string | Pointer to string object to be converted. | 
| false | success | 
| true | failure |