MySQL 8.4.0
Source Code Documentation
pars_user_func_t Struct Reference

User-supplied function and argument. More...

#include <pars0pars.h>

Public Attributes

const char * name
 function name More...
 
pars_user_func_cb_t func
 function address More...
 
void * arg
 user-supplied argument More...
 

Detailed Description

User-supplied function and argument.

Member Data Documentation

◆ arg

void* pars_user_func_t::arg

user-supplied argument

◆ func

pars_user_func_cb_t pars_user_func_t::func

function address

◆ name

const char* pars_user_func_t::name

function name


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