MySQL 8.3.0
Source Code Documentation
s_mysql_mysql_text_consumer_get_longlong_v1 Struct Reference

A service that provides the apis for get_longlong. More...

#include <mysql_command_consumer.h>

Public Attributes

mysql_service_status_t(* get )(SRV_CTX_H srv_ctx_h, long long value, unsigned int unsigned_flag)
 Get LONGLONG value from server and store into srv_ctx_h data. More...
 

Detailed Description

A service that provides the apis for get_longlong.

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_mysql_text_consumer_get_longlong_v1::get) (SRV_CTX_H srv_ctx_h, long long value, unsigned int unsigned_flag)

Get LONGLONG value from server and store into srv_ctx_h data.

Parameters
srv_ctx_hDom_ctx data handle.
valueValue received
unsigned_flagtrue <=> value is unsigned
Returns
status of operation
Return values
falsesuccess.
truefailure.

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