MySQL 8.4.0
Source Code Documentation
s_mysql_mysql_stored_program_return_metadata_query Struct Reference

#include <mysql_stored_program.h>

Public Attributes

mysql_service_status_t(* get )(stored_program_handle sp_handle, const char *key, void *value)
 Get stored program return value metadata. More...
 

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_mysql_stored_program_return_metadata_query::get) (stored_program_handle sp_handle, const char *key, void *value)

Get stored program return value metadata.

"argument_name" -> const char * "sql_type" -> uint64_t "is_signed" -> boolean (Applicable to numeric data types) "is_nullable" -> boolean "byte_length" -> uint64_t "char_length" -> uint64_t (Applicable to string data types) "charset" -> char const *

Parameters
[in]sp_handleHandle to stored procedure structure
[in]keyMetadata name
[out]valueMetadata value
Returns
status of get operation
Return values
falseSuccess
trueFailure

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