#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 } |
enum TableSyncMode |
Definition at line 30 of file AbsSqlConnection.h.
00030 { 00031 TABLE_OSYNC=1, 00032 TABLE_ASYNC=2 00033 };
enum TransSyncMode |