Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CL_DBConnection Class Reference

#include <db_connection.h>

List of all members.

Public Member Functions

 CL_DBConnection (const CL_String &filename)
 Construction:.
 ~CL_DBConnection ()

Private Attributes

sqlite3 * db
 Implementation:.
CL_Mutex mutex

Friends

class CL_DBCommand


Constructor & Destructor Documentation

CL_DBConnection::CL_DBConnection const CL_String &  filename  ) 
 

Construction:.

Definition at line 37 of file db_connection.cpp.

References db, mutex, and TEXT.

CL_DBConnection::~CL_DBConnection  ) 
 

Definition at line 47 of file db_connection.cpp.

References db, and mutex.


Friends And Related Function Documentation

friend class CL_DBCommand [friend]
 

Definition at line 58 of file db_connection.h.


Member Data Documentation

sqlite3* CL_DBConnection::db [private]
 

Implementation:.

Definition at line 54 of file db_connection.h.

Referenced by CL_DBConnection(), CL_DBCommand::compile(), CL_DBCommand::reset(), CL_DBCommand::step(), and ~CL_DBConnection().

CL_Mutex CL_DBConnection::mutex [private]
 

Definition at line 56 of file db_connection.h.

Referenced by CL_DBConnection(), CL_DBCommand::compile(), CL_DBCommand::compilef(), CL_DBCommand::get_blob(), CL_DBCommand::get_blob_raw(), CL_DBCommand::get_blob_size(), CL_DBCommand::get_columns(), CL_DBCommand::get_decltype(), CL_DBCommand::get_double(), CL_DBCommand::get_index(), CL_DBCommand::get_int(), CL_DBCommand::get_name(), CL_DBCommand::get_text(), CL_DBCommand::reset(), CL_DBCommand::step(), and ~CL_DBConnection().


The documentation for this class was generated from the following files:
Generated on Sat Feb 19 22:51:17 2005 for npcore by  doxygen 1.4.1