![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
A service that provides the API for get unsigned integer. More...
#include <mysql_statement_service.h>
Public Attributes | |
| mysql_service_status_t(* | get )(my_h_row row, uint32_t column_index, uint64_t *data, bool *is_null) | 
| Get unsigned integer at column_index from a row.  More... | |
A service that provides the API for get unsigned integer.
| mysql_service_status_t(* s_mysql_mysql_stmt_get_unsigned_integer::get) (my_h_row row, uint32_t column_index, uint64_t *data, bool *is_null) | 
Get unsigned integer at column_index from a row.
| [in] | row | The row handle | 
| [in] | column_index | 0-based index at which the data is extracted | 
| [out] | data | The extracted unsigned integer | 
| [out] | is_null | Flag to indicate if value is null | 
| false | success | 
| true | failure |