MySQL 8.3.0
Source Code Documentation
s_mysql_mysql_string_factory Struct Reference

Service for String create and destroy. More...

#include <mysql_string.h>

Public Attributes

mysql_service_status_t(* create )(my_h_string *out_string)
 Creates a new instance of string object. More...
 
void(* destroy )(my_h_string string)
 Destroys specified string object and data contained by it. More...
 

Detailed Description

Service for String create and destroy.

Member Data Documentation

◆ create

mysql_service_status_t(* s_mysql_mysql_string_factory::create) (my_h_string *out_string)

Creates a new instance of string object.

Parameters
out_stringholds pointer to newly created string object.
Returns
Status of performed operation
Return values
falsesuccess
truefailure

◆ destroy

void(* s_mysql_mysql_string_factory::destroy) (my_h_string string)

Destroys specified string object and data contained by it.

Parameters
stringString object handle to release.
Returns
Status of performed operation
Return values
falsesuccess
truefailure

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