MySQL 8.4.0
Source Code Documentation
udf_func Struct Reference

#include <sql_udf.h>

Public Attributes

LEX_STRING name
 
Item_result returns
 
Item_udftype type
 
char * dl
 
void * dlhandle
 
Udf_func_any func
 
Udf_func_init func_init
 
Udf_func_deinit func_deinit
 
Udf_func_clear func_clear
 
Udf_func_add func_add
 
ulong usage_count
 

Member Data Documentation

◆ dl

char* udf_func::dl

◆ dlhandle

void* udf_func::dlhandle

◆ func

Udf_func_any udf_func::func

◆ func_add

Udf_func_add udf_func::func_add

◆ func_clear

Udf_func_clear udf_func::func_clear

◆ func_deinit

Udf_func_deinit udf_func::func_deinit

◆ func_init

Udf_func_init udf_func::func_init

◆ name

LEX_STRING udf_func::name

◆ returns

Item_result udf_func::returns

◆ type

Item_udftype udf_func::type

◆ usage_count

ulong udf_func::usage_count

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