![]() |
Kooky
|
#include <csqliteplugin.h>
Inheritance diagram for cSQLitePlugin:
Collaboration diagram for cSQLitePlugin:Public Member Functions | |
| qint16 | pluginAPIVersion () |
| QString | pluginName () |
| qint16 | pluginVersion () |
| iType | pluginType () |
| bool | connect () |
| bool | init () |
| QString | lastError () |
| bool | config () |
Public Member Functions inherited from cDBInterface | |
| cDBInterface () | |
| Constructor. More... | |
| virtual | ~cDBInterface () |
| Destructor. More... | |
| bool | connected () |
| Returns the current connection status. More... | |
| QString | lastError () |
| Returns the last error message of the last operation. More... | |
Protected Member Functions | |
| bool | open () |
Protected Attributes | |
| QSqlDatabase | m_db |
| QString | m_szLastError |
Protected Attributes inherited from cDBInterface | |
| bool | m_bConnected |
Additional Inherited Members | |
Public Types inherited from cInterface | |
| enum | iType { iTypeImport = 0, iTypeExport = 1, iTypeDB = 2 } |
| Defines the type of the interface. More... | |
|
virtual |
Implements cInterface.
Referenced by pluginType().
Here is the caller graph for this function:
|
virtual |
Implements cDBInterface.
References m_db, open(), and pluginName().
Referenced by pluginType().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements cDBInterface.
References cDBInterface::m_bConnected, m_db, m_szLastError, and pluginName().
Referenced by pluginType().
Here is the call graph for this function:
Here is the caller graph for this function:| QString cSQLitePlugin::lastError | ( | ) |
References m_szLastError.
Referenced by pluginType().
Here is the caller graph for this function:
|
protected |
References cDBInterface::m_bConnected, m_db, and m_szLastError.
Referenced by connect(), and pluginType().
Here is the caller graph for this function:
|
inlinevirtual |
Implements cInterface.
|
inlinevirtual |
Implements cInterface.
Referenced by connect(), and init().
Here is the caller graph for this function:
|
inlinevirtual |
Implements cInterface.
References config(), connect(), init(), cInterface::iTypeDB, lastError(), and open().
Here is the call graph for this function:
|
inlinevirtual |
Implements cInterface.
|
protected |
|
protected |
TODO: describe
Referenced by init(), lastError(), and open().