include/SqlGwConnection.h File Reference

#include <CSql.h>
#include <AbsSqlConnection.h>
#include <SqlFactory.h>
#include <Network.h>

Include dependency graph for SqlGwConnection.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SqlGwConnection

Enumerations

enum  GwHandler { NoHandler = 0, CSqlHandler = 1, AdapterHandler = 2, CSqlAndAdapterHandler = 3 }


Enumeration Type Documentation

enum GwHandler

Enumerator:
NoHandler 
CSqlHandler 
AdapterHandler 
CSqlAndAdapterHandler 

Definition at line 27 of file SqlGwConnection.h.

00028 {
00029     NoHandler =0,
00030     CSqlHandler = 1,
00031     AdapterHandler =2,
00032     CSqlAndAdapterHandler =3
00033 };


Generated on Mon Jun 9 22:39:21 2008 for csql by  doxygen 1.4.7