DBIDriver Class Reference
this class provides the internal link to the database driver for Qore's DBI layer
More...
#include <DBI.h>
List of all members.
|
Public Member Functions |
DLLEXPORT const char * | getName () const |
| this is the only public exported function available in this class
|
Detailed Description
this class provides the internal link to the database driver for Qore's DBI layer
most of these functions are not exported; the Datasource class should be used instead of using the DBIDriver class directly
- See also:
- Datasource
Member Function Documentation
DLLEXPORT const char* DBIDriver::getName |
( |
|
) |
const |
this is the only public exported function available in this class
- Returns:
- the name of the driver (ex: "oracle")
The documentation for this class was generated from the following file: