MySQL 9.1.0
Source Code Documentation
|
#include <udf_registration_types.h>
Public Attributes | |
unsigned int | arg_count |
Number of arguments. More... | |
enum Item_result * | arg_type |
Pointer to item_results. More... | |
char ** | args |
Pointer to argument. More... | |
unsigned long * | lengths |
Length of string arguments. More... | |
char * | maybe_null |
Set to 1 for all maybe_null args. More... | |
char ** | attributes |
Pointer to attribute name. More... | |
unsigned long * | attribute_lengths |
Length of attribute arguments. More... | |
void * | extension |
unsigned int UDF_ARGS::arg_count |
Number of arguments.
enum Item_result* UDF_ARGS::arg_type |
Pointer to item_results.
char** UDF_ARGS::args |
Pointer to argument.
unsigned long* UDF_ARGS::attribute_lengths |
Length of attribute arguments.
char** UDF_ARGS::attributes |
Pointer to attribute name.
void* UDF_ARGS::extension |
unsigned long* UDF_ARGS::lengths |
Length of string arguments.
char* UDF_ARGS::maybe_null |
Set to 1 for all maybe_null args.