Service to get a byte in String and number of bytes in string.  
 More...
#include <mysql_string.h>
Service to get a byte in String and number of bytes in string. 
 
◆ get_byte
Gets byte code of string at specified index position to a specified 32-bit buffer. 
- Parameters
 - 
  
     | string | String object handle to get character from.  | 
     | index | Index, position of character to query.  | 
    | [out] | out_char | Pointer to 32bit value to store byte to.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
◆ get_byte_length
Gets length of specified string expressed as number of bytes. 
- Parameters
 - 
  
     | string | String object handle to get length of.  | 
    | [out] | out_length | Pointer to 32bit 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: