MySQL 8.4.0
Source Code Documentation
s_mysql_mysql_stored_program_field_name Struct Reference

#include <mysql_stored_program.h>

Public Attributes

mysql_service_status_t(* get )(stored_program_runtime_context sp_runtime_context, char const **value)
 Returns the field name of the return value. More...
 

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_mysql_stored_program_field_name::get) (stored_program_runtime_context sp_runtime_context, char const **value)

Returns the field name of the return value.

Parameters
[in]sp_runtime_contextstored program runtime context. If null, current runtime context will be used.
[out]valueThe field name of the return value
Returns
status of get operation
Return values
falseSuccess
trueFailure

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