![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXDatabaseManager.h>
Static Public Methods | |
FXStringList | getSources () |
FXDatabaseInterface * | getSource (const FXString &source) |
void | deleteSource (FXDatabaseInterface **dbi) |
It then allows you to ask it for a handle to an instance which you then set some parameters on, then call create().
Note: 1. in the future this may use or inherit-from FXDLL so that we can dynamically load the various database sources.
2. this is a class rather than a namespace since, it then allows programmers to make an object out of it...
Definition at line 41 of file FXDatabaseManager.h.
|
returns a list of available database sources.
|
|
get a specific database source, by name.
|
|
delete a database source,.
|