#include <db_connection.h>
Public Member Functions | |
| CL_DBConnection (const CL_String &filename) | |
| Construction:. | |
| ~CL_DBConnection () | |
Private Attributes | |
| sqlite3 * | db |
| Implementation:. | |
| CL_Mutex | mutex |
Friends | |
| class | CL_DBCommand |
|
|
Construction:.
Definition at line 37 of file db_connection.cpp. |
|
|
Definition at line 47 of file db_connection.cpp. |
|
|
Definition at line 58 of file db_connection.h. |
|
|
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(). |
|
1.4.1