MySQL 8.4.0
Source Code Documentation
udf_service_impl.h File Reference
#include "mysql/components/my_service.h"
#include "mysql/udf_registration_types.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  udf_data_t
 Contains all the necessary data to register an UDF in MySQL. More...
 
class  Udf_service_impl
 
class  Udf_load_service
 

Typedefs

typedef struct udf_data_t Udf_data
 Contains all the necessary data to register an UDF in MySQL. More...
 

Typedef Documentation

◆ Udf_data

typedef struct udf_data_t Udf_data

Contains all the necessary data to register an UDF in MySQL.