Nebula
|
Classes | |
class | Column |
Describes a column in a database table. More... | |
class | Command |
Wraps a general SQL command. More... | |
class | Database |
Wraps an entire database into a C++ object. More... | |
class | Dataset |
A dataset is an efficient in-memory-cache for rlational database data. More... | |
class | DbFactory |
DbFactory object for the Db subsystem. More... | |
class | DbServer |
Provides highlevel access to the world database. More... | |
class | FilterSet |
Implements a filter for datatbase data using a condition tree. More... | |
class | Reader |
Wrapper to bulk-read the contents of a database table. More... | |
class | Relation |
A Relation object describes a relation between 2 tables which are linked through a common attribute. More... | |
class | Sqlite3Command |
SQLite3 implementation of Db::Command. More... | |
class | Sqlite3Database |
SQLite3 implementation of Db::Database. More... | |
class | Sqlite3Dataset |
SQLite implemention of Dataset. More... | |
class | Sqlite3Factory |
Creates Db objects derived for the Sqlite3 Db wrapper. More... | |
class | Sqlite3FilterSet |
class | Sqlite3Table |
class | Table |
Describes a table in a database, or more abstract, a set of typed columns grouped under a common name. More... | |
class | ValueTable |
A table of database values. More... | |
class | Writer |
A wrapper class to bulk-write data to the database in a simple way. More... | |
Db::__ImplementClass | ( | Db::Database | , |
'DBAS' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::Dataset | , |
'DTST' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::DbFactory | , |
'DBFC' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::DbServer | , |
'DBSV' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::FilterSet | , |
'DBFS' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::Reader | , |
'DBRE' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::Relation | , |
'RLTN' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::Sqlite3Command | , |
'S3CD' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::Sqlite3Database | , |
'S3DB' | , | ||
Db::Database | ) |
Db::__ImplementClass | ( | Db::Sqlite3Dataset | , |
'S3DS' | , | ||
Db::Dataset | ) |
Db::__ImplementClass | ( | Db::Sqlite3Factory | , |
'S3FC' | , | ||
Db::DbFactory | ) |
Db::__ImplementClass | ( | Db::Sqlite3FilterSet | , |
'SQFS' | , | ||
Db::FilterSet | ) |
Db::__ImplementClass | ( | Db::Sqlite3Table | , |
'S3TB' | , | ||
Db::Table | ) |
Db::__ImplementClass | ( | Db::Table | , |
'TABL' | , | ||
Core::RefCounted | ) |
Db::__ImplementClass | ( | Db::ValueTable | , |
'VALT' | , | ||
Attr::AttributeTable | ) |
Db::__ImplementClass | ( | Db::Writer | , |
'DBWR' | , | ||
Core::RefCounted | ) |
Db::__ImplementSingleton | ( | Db::DbFactory | ) |
Db::__ImplementSingleton | ( | Db::DbServer | ) |
Db::__ImplementSingleton | ( | Db::Sqlite3Factory | ) |