CMGDK r49-rc2
|
#include "my_alloc.h"
组合类型 | |
struct | st_typelib |
类型定义 | |
typedef struct st_typelib | TYPELIB |
函数 | |
my_ulonglong | find_typeset (char *x, TYPELIB *typelib, int *error_position) |
int | find_type_or_exit (const char *x, TYPELIB *typelib, const char *option) |
int | find_type (char *x, const TYPELIB *typelib, unsigned int full_name) |
void | make_type (char *to, unsigned int nr, TYPELIB *typelib) |
const char * | get_type (TYPELIB *typelib, unsigned int nr) |
TYPELIB * | copy_typelib (MEM_ROOT *root, TYPELIB *from) |
变量 | |
TYPELIB | sql_protocol_typelib |
typedef struct st_typelib TYPELIB |
int find_type | ( | char * | x, |
const TYPELIB * | typelib, | ||
unsigned int | full_name | ||
) |
int find_type_or_exit | ( | const char * | x, |
TYPELIB * | typelib, | ||
const char * | option | ||
) |
my_ulonglong find_typeset | ( | char * | x, |
TYPELIB * | typelib, | ||
int * | error_position | ||
) |
const char* get_type | ( | TYPELIB * | typelib, |
unsigned int | nr | ||
) |
void make_type | ( | char * | to, |
unsigned int | nr, | ||
TYPELIB * | typelib | ||
) |