#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 } |
| enum GwHandler |
Definition at line 27 of file SqlGwConnection.h.
00028 { 00029 NoHandler =0, 00030 CSqlHandler = 1, 00031 AdapterHandler =2, 00032 CSqlAndAdapterHandler =3 00033 };
1.4.7