include/AbsSqlConnection.h File Reference

#include <CSql.h>

Include dependency graph for AbsSqlConnection.h:

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

Go to the source code of this file.

Data Structures

class  AbsSqlConnection
 { Represents a database connection to sql engine. More...

Enumerations

enum  TransSyncMode { OSYNC = 1, ASYNC = 2, OASYNC = 3 }
enum  TableSyncMode { TABLE_OSYNC = 1, TABLE_ASYNC = 2 }


Enumeration Type Documentation

enum TableSyncMode

Enumerator:
TABLE_OSYNC 
TABLE_ASYNC 

Definition at line 30 of file AbsSqlConnection.h.

00030                    {
00031     TABLE_OSYNC=1,
00032     TABLE_ASYNC=2
00033 };

enum TransSyncMode

Enumerator:
OSYNC 
ASYNC 
OASYNC 

Definition at line 24 of file AbsSqlConnection.h.

00024                    {
00025     OSYNC=1,
00026     ASYNC=2,
00027     OASYNC=3
00028 };


Generated on Mon Jun 9 22:37:18 2008 for csql by  doxygen 1.4.7