MySQL 9.1.0
Source Code Documentation
|
#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... | |
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
[in] | sp_handle | Handle to stored procedure structure |
[in] | key | Metadata name |
[out] | value | Metadata value |
false | Success |
true | Failure |