![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <mysql_stored_program.h>
Public Attributes | |
| mysql_service_status_t(* | get )(stored_program_handle sp_handle, uint32_t index, mysql_cstring_with_length *schema_name, mysql_cstring_with_length *library_name, mysql_cstring_with_length *version, mysql_cstring_with_length *alias, void *extension) |
| Get stored program import metadata. More... | |
| mysql_service_status_t(* s_mysql_mysql_stored_program_import_metadata_query::get) (stored_program_handle sp_handle, uint32_t index, mysql_cstring_with_length *schema_name, mysql_cstring_with_length *library_name, mysql_cstring_with_length *version, mysql_cstring_with_length *alias, void *extension) |
Get stored program import metadata.
| [in] | sp_handle | Handle to stored procedure structure |
| [in] | index | Argument index |
| [out] | schema_name | Name of the schema where library is defined |
| [out] | library_name | Name of the library |
| [out] | version | Version of the library |
| [out] | alias | Alias, if provided. Returns nullptr if not |
| [out] | extension | Not used |
| false | Success |
| true | Failure |