MySQL 9.2.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
s_mysql_mysql_stored_program_import_metadata_query Struct Reference

#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...
 

Member Data Documentation

◆ get

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.

Parameters
[in]sp_handleHandle to stored procedure structure
[in]indexArgument index
[out]schema_nameName of the schema where library is defined
[out]library_nameName of the library
[out]versionVersion of the library
[out]aliasAlias, if provided. Returns nullptr if not
[out]extensionNot used
Returns
status of get operation
Return values
falseSuccess
trueFailure

The documentation for this struct was generated from the following file: