include/SqlFactory.h File Reference

#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 }


Enumeration Type Documentation

enum SqlApiImplType

Enumerator:
CSql 
CSqlAdapter 
CSqlGateway 
CSqlLog 

Definition at line 27 of file SqlFactory.h.

00028 {
00029     CSql =1,
00030     CSqlAdapter =2,
00031     CSqlGateway =3,
00032     CSqlLog= 4
00033 };


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