#include <CSql.h>#include <AbsSqlConnection.h>#include <AbsSqlStatement.h>Include dependency graph for SqlFactory.h:

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

Go to the source code of this file.
Data Structures | |
| class | SqlFactory |
| Factory class to create appropriate implementation of SQL API. More... | |
Enumerations | |
| enum | SqlApiImplType { CSql = 1, CSqlAdapter = 2, CSqlGateway = 3, CSqlLog = 4 } |
| enum SqlApiImplType |
Definition at line 27 of file SqlFactory.h.
00028 { 00029 CSql =1, 00030 CSqlAdapter =2, 00031 CSqlGateway =3, 00032 CSqlLog= 4 00033 };
1.4.7