MySQL 8.4.0
Source Code Documentation
mysql_stored_program_field_name_imp Class Reference

#include <mysql_stored_program_imp.h>

Static Public Member Functions

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

Member Function Documentation

◆ get_name()

mysql_service_status_t mysql_stored_program_field_name_imp::get_name ( stored_program_runtime_context  sp_runtime_context,
char const **  value 
)
staticnoexcept

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]valueMetadata value
Returns
status of get operation
Return values
falseSuccess
trueFailure

The documentation for this class was generated from the following files: