![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Implementation of the mysql_stored_program services. More...
#include <mysql_stored_program_imp.h>
Static Public Member Functions | |
| static mysql_service_status_t | get (stored_program_handle sp_handle, const char *key, void *value) noexcept | 
| Implementation of the mysql_stored_program services.  More... | |
Implementation of the mysql_stored_program services.
      
  | 
  staticnoexcept | 
Implementation of the mysql_stored_program services.
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 "import_count" -> uint32_t
| [in] | sp_handle | Handle to stored procedure structure | 
| [in] | key | Metadata name | 
| [out] | value | Metadata value | 
| MYSQL_SUCCESS | Success | 
| MYSQL_FAILURE | Failure |