Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals | Related Pages

/var/home/joerg/c/CDB/include/cdb_driver_symbol.h File Reference

#include "bindvar.h"

Go to the source code of this file.

Data Structures

struct  cdb_datetime
struct  driver_symbols
 Structure to driver callback functions. More...

Defines

#define OPT_BINDVAR_TRACE   2
#define OPT_PTR_CHECK   4
#define OPT_REEXECUTE   8
#define OPT_SQL_TRACE   1

Typedefs

typedef cdb_datetime cdb_datetime_t
typedef driver_symbols_t *(* driver_func_t )(void)
 Type for driver initialization callback.
typedef driver_symbols driver_symbols_t
 Structure to driver callback functions.
typedef char * Tptr
 Abstract pointer type.


Define Documentation

#define OPT_BINDVAR_TRACE   2
 

#define OPT_PTR_CHECK   4
 

#define OPT_REEXECUTE   8
 

#define OPT_SQL_TRACE   1
 


Typedef Documentation

typedef struct cdb_datetime cdb_datetime_t
 

typedef driver_symbols_t*(* driver_func_t)(void)
 

Type for driver initialization callback.

typedef struct driver_symbols driver_symbols_t
 

Structure to driver callback functions.

This structure defines the main interface between api (CDB classes) and driver. Implement functions defined in this structure to build your own driver.

It's really easy!

Author:
Joerg Hundertmarck, <joerg@hirnfrei.org>
Date:
26.01.2005

typedef char* Tptr
 

Abstract pointer type.


Generated on Mon Feb 6 00:30:32 2006 for CDB by  doxygen 1.4.4