13 #include <wx/database/wxprec.h> 14 #include <wx/fileconf.h> 15 #include <wx/filename.h> 16 #include <wx/sstream.h> 17 #include <wx/stdpaths.h> 18 #include <wx/wfstream.h> 29 #define CATCH(returnValue) catch (wxDatabaseException& e) {\ 30 wxLogError ( "[%d] %s", e.GetErrorCode(), e.GetErrorMessage() );\
wxDatabase * GetDatabase(const wxString &)
Sets up a (configuration) flux using its argument then calls wxDatabase::GetDatabase().
static wxDatabase * masterDB
bool TablesOk(wxDatabase *)
Returns false if any of the yatish table is missings.
static const char * tableName[]
Must be defined in the same order as enum tableID.
Provides a few basic methods and (static) members to interact with yatish tables. ...