CMGDK r49-rc2
组合类型 | 类型定义 | 函数 | 变量
K:/CMGDKv18/SDK/Source/SQL/MySQL/include/typelib.h文件参考
#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)
TYPELIBcopy_typelib (MEM_ROOT *root, TYPELIB *from)

变量

TYPELIB sql_protocol_typelib

类型定义文档

typedef struct st_typelib TYPELIB

函数文档

TYPELIB* copy_typelib ( MEM_ROOT root,
TYPELIB from 
)
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 
)

变量文档

 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义