Forums  +  C++ and Sockets  +  C++ and SQL: MySQL, sqlite, ODBC  +  Miscellaneous Projects
Logo
~Database~
~ C++ ~
~Contact~

Database::OPENDB Struct Reference

Connection pool struct. More...

#include <Database.h>

Collaboration diagram for Database::OPENDB:

Collaboration graph
List of all members.

Public Member Functions

 OPENDB ()

Public Attributes

sqlite3 * db
bool busy

Detailed Description

Connection pool struct.

Definition at line 91 of file Database.h.


Constructor & Destructor Documentation

Database::OPENDB::OPENDB (  )  [inline]

Definition at line 92 of file Database.h.

00092 : busy(false) {}


Member Data Documentation

Definition at line 93 of file Database.h.

Definition at line 94 of file Database.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2006 by Anders Hedström