Service to get a character in String and number of characters in string.  
 More...
#include <mysql_string.h>
Service to get a character in String and number of characters in string. 
 
◆ get_char
Gets client character code of character on specified index position in string to a specified buffer. 
- Parameters
 - 
  
     | string | String object handle to get character from.  | 
     | index | Index, position of character to query.  | 
    | [out] | out_char | Pointer to long value to store character to.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
◆ get_char_length
Gets length of specified string expressed as number of characters. 
- Parameters
 - 
  
     | string | String object handle to get length of.  | 
    | [out] | out_length | Pointer to 64bit value to store length of string to.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
The documentation for this struct was generated from the following file: