#include "mysql.h"
#include "mysql_com.h"
#include "StDbBufferI.h"
Go to the source code of this file.
Classes | |
struct | column |
class | StDbBuffer |
Enumerations | |
enum | myctype { _char, _uchar, _short, _ushort, _int, _uint, _long, _ulong, _longlong, _float, _double, _ascii, _string } |
enum | BuffMode { Auto, Client, Storage } |
Variables | |
const int | mycsize [] = {sizeof(char),sizeof(unsigned char),sizeof(short),sizeof(unsigned short),sizeof(int),sizeof(unsigned int),sizeof(long),sizeof(unsigned long),sizeof(long long),sizeof(float),sizeof(double),sizeof(char*),sizeof(char*)} |
const int | mycswapl [] = {1,1,1,1,1,1,1,1,1,1,1,1} |
|
Definition at line 70 of file StDbBuffer.h.
|
|
Definition at line 54 of file StDbBuffer.h.
|
|
Definition at line 56 of file StDbBuffer.h. |
|
Definition at line 61 of file StDbBuffer.h. |