src/DAL/SqliteMgr.h File Reference

This file contains the SqliteMgr class. More...

#include "Types.h"
#include <Database.h>

Go to the source code of this file.

Classes

class  SqliteMgr
 This class interfaces between savable managers and an Sqlite database. More...

Typedefs

typedef SmartPtr
< Statements
StatementsPtr
 The type of a pointer to a prepared statement bucket.
typedef SmartPtr
< StatementStrings
StatementStringsPtr
 The type of a pointer to a sql statement bucket.
typedef std::map
< TableImpl *,
StatementsPtr
TableStatements
 The type of a TableImpl to statements pointer map.
typedef std::map
< TableImpl *,
StatementStringsPtr
TableStatementStrings
 The type of a TableImpl to a sql statment pointer map.


Detailed Description

This file contains the SqliteMgr class.

See also:
SqliteMgr

Definition in file SqliteMgr.h.


Typedef Documentation

typedef SmartPtr<Statements> StatementsPtr

The type of a pointer to a prepared statement bucket.

Definition at line 33 of file SqliteMgr.h.

typedef SmartPtr<StatementStrings> StatementStringsPtr

The type of a pointer to a sql statement bucket.

Definition at line 36 of file SqliteMgr.h.

typedef std::map<TableImpl*, StatementsPtr> TableStatements

The type of a TableImpl to statements pointer map.

Definition at line 39 of file SqliteMgr.h.

typedef std::map<TableImpl*, StatementStringsPtr> TableStatementStrings

The type of a TableImpl to a sql statment pointer map.

Definition at line 40 of file SqliteMgr.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo