|
|||
|
|||
|
#include "inspircd.h"#include <sqlite3.h>#include "m_sqlv2.h"Include dependency graph for m_sqlite3.cpp:

Go to the source code of this file.
Classes | |
| class | ResultNotifier |
| class | SQLiteListener |
| class | SQLite3Result |
| class | SQLConn |
| SQLConn represents one SQL session. More... | |
| class | ModuleSQLite3 |
Typedefs | |
| typedef std::map< std::string, SQLConn * > | ConnMap |
| typedef std::deque< classbase * > | paramlist |
| typedef std::deque< SQLite3Result * > | ResultQueue |
Variables | |
| ResultNotifier * | notifier = NULL |
| SQLiteListener * | listener = NULL |
| int | QueueFD = -1 |
|
|
Definition at line 28 of file m_sqlite3.cpp. |
|
|
Definition at line 31 of file m_sqlite3.cpp. |
|
|
Definition at line 32 of file m_sqlite3.cpp. |
|
|
Definition at line 35 of file m_sqlite3.cpp. |
|
|
Definition at line 34 of file m_sqlite3.cpp. |
|
|
Definition at line 36 of file m_sqlite3.cpp. |