![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <mysql_stored_program.h>
Public Attributes | |
| mysql_service_status_t(* | get )(stored_program_handle sp_handle, uint16_t index, const char *key, void *value) |
| Get stored program argument metadata. More... | |
| mysql_service_status_t(* s_mysql_mysql_stored_program_argument_metadata_query::get) (stored_program_handle sp_handle, uint16_t index, const char *key, void *value) |
Get stored program argument metadata.
"argument_name" -> const char * "sql_type" -> uint64_t "in_variable" -> boolean "out_variable" -> boolean "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 *
| [in] | sp_handle | Handle to stored procedure structure |
| [in] | index | Argument index |
| [in] | key | Metadata name |
| [out] | value | Metadata value |
| false | Success |
| true | Failure |