swift
|
Classes interacting with the swift database (aka "datastore"). More...
Classes | |
class | CAirportDataReader |
Reader for airport database data. More... | |
class | CBackgroundDataUpdater |
Update and consolidation of DB data. More... | |
class | CDatabaseAuthenticationService |
Database user used with swift DB. Features role and cookie handling. More... | |
class | CDatabaseReader |
Specialized version of threaded reader for DB data. More... | |
class | CDatabaseReaderConfig |
Details how to read a certain entity. More... | |
class | CDatabaseReaderConfigList |
Value object encapsulating a list of reader configs. More... | |
class | CDatabaseUtils |
Read information about data from Database. More... | |
class | CDatabaseWriter |
Write to the swift DB. More... | |
class | CIcaoDataReader |
Read ICAO data from Database. More... | |
class | CInfoDataReader |
Read information about data from Database or shared files such as when updated and number of entries. More... | |
class | CModelDataReader |
Read model related data from Database. More... | |
Classes interacting with the swift database (aka "datastore").
This includes the readers and related classes. Related model classes can be found in swift::misc::db