Database Class Reference
[Public API]
Interface for database engines that use relational data model - like SQL RDBMS Plugins for SQLArchive implements this interface.
More...
#include <database.h>
Inheritance diagram for Database:
[legend]Collaboration diagram for Database:
[legend]List of all members.
Detailed Description
Interface for database engines that use relational data model - like SQL RDBMS Plugins for SQLArchive implements this interface.
Member Enumeration Documentation
|
|
Type hints for StoreableFilter instances.
- Enumerator:
-
| INTEGER |
integer values |
| FLOAT |
float values |
| DATE |
date and time values |
| STRING |
string values |
|
Member Function Documentation
| virtual DbConnection* getConnection |
( |
const char * |
pParams |
) |
[pure virtual] |
|
|
|
Create new connection to database.
- Parameters:
-
| pParams | connection parameters |
- Returns:
- DbConnection object.
- See also:
- ConnectString for connection parameters description
|
The documentation for this class was generated from the following file:
|
|
|