Database Class ReferenceInterface for database engines that use relational data model - like SQL RDBMS Plugins for SQLArchive implements this interface.
More...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| enum | StoreType { , INTEGER, FLOAT, DATE, STRING } |
| Type hints for StoreableFilter instances. More... | |
Public Member Functions | |
| virtual DbConnection * | getConnection (const char *pParams)=0 |
| Create new connection to database. | |
| virtual | ~Database () |
| Destructor. | |
Static Public Attributes | |
| static const int | sVersionMajor |
| major part of version of core library | |
| static const int | sVersionMinor |
| minor part of version of core library | |
| static const int | sVersionRelease |
| release part of version of core library | |
Detailed Description
Interface for database engines that use relational data model - like SQL RDBMS Plugins for SQLArchive implements this interface.Member Enumeration Documentation
| enum StoreType |
Type hints for StoreableFilter instances.
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:
| Documentation |
|---|
| Quick start |
| Examples |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |
Generated by doxygen at Fri Oct 22 23:15:43 2010


