#include <mysql_stored_program_imp.h>
◆ get()
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 *
- Note
- Have the key at least 7 characters long, with unique first 8 characters.
- Parameters
-
[in] | sp_handle | Handle to stored procedure structure |
[in] | index | Argument index |
[in] | key | Metadata name |
[out] | value | Metadata value |
- Returns
- status of get operation
- Return values
-
MYSQL_SUCCESS | Success |
MYSQL_FAILURE | Failure |
The documentation for this class was generated from the following files: