![]() |
MySQL 9.2.0
Source Code Documentation
|
A helper class for the implementation of the udf_extension functions. More...
#include <udf_metadata_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | argument_get (UDF_ARGS *udf_args, const char *extension_type, unsigned int index, void **out_value) noexcept |
static mysql_service_status_t | result_get (UDF_INIT *udf_init, const char *extension_type, void **argument) noexcept |
static mysql_service_status_t | argument_set (UDF_ARGS *udf_args, const char *extension_type, unsigned int index, void *in_value) noexcept |
static mysql_service_status_t | result_set (UDF_INIT *udf_init, const char *extension_type, void *argument) noexcept |
A helper class for the implementation of the udf_extension functions.
Needed because we register these service implementations as part of the mysql_server component.
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |