MySQL 8.4.0
Source Code Documentation
s_mysql_mysql_stored_program_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 data. More...
 

Member Data Documentation

◆ get

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

Get stored program data.

Accepted keys and corresponding data type

"sp_name" -> mysql_cstring_with_length * "database_name" -> mysql_cstring_with_length * "qualified_name" -> mysql_cstring_with_length * "sp_language" -> mysql_cstring_with_length * "sp_body" -> mysql_cstring_with_length * "sp_type" -> uint16_t "argument_count" -> uint32_t

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

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