Service for String create and destroy.  
 More...
#include <mysql_string.h>
Service for String create and destroy. 
 
◆ create
Creates a new instance of string object. 
- Parameters
 - 
  
    | out_string | holds pointer to newly created string object.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
◆ destroy
      
        
          | void(* s_mysql_mysql_string_factory::destroy) (my_h_string string) | 
        
      
 
Destroys specified string object and data contained by it. 
- Parameters
 - 
  
    | string | String object handle to release.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
The documentation for this struct was generated from the following file: