|
Nebula
|
#include "foundation/stdneb.h"#include "db/dataset.h"#include "db/sqlite3/sqlite3database.h"#include "db/sqlite3/sqlite3command.h"#include "db/sqlite3/sqlite3table.h"#include "db/sqlite3/sqlite3factory.h"#include "io/ioserver.h"#include "attr/attributedefinitionbase.h"Namespaces | |
| namespace | Attr |
| namespace | Db |
Functions | |
| Attr::DefineAttrString (name, 'name', ReadOnly) | |
| Attr::DefineAttrString (type, 'type', ReadOnly) | |
| Attr::DefineAttrInt (cid, 'cid_', ReadOnly) | |
| Attr::DefineAttrInt (notnull, 'ntnl', ReadOnly) | |
| Attr::DefineAttrBlob (dflt_value, 'dflv', ReadOnly) | |
| Attr::DefineAttrBool (pk, 'pk__', ReadOnly) | |
| Attr::DefineAttrInt (seq, 'seq_', ReadOnly) | |
| Attr::DefineAttrBool (unique, 'uniq', ReadOnly) | |
| Attr::DefineAttrInt (seqno, 'sqno', ReadOnly) | |
| Db::__ImplementClass (Db::Sqlite3Database, 'S3DB', Db::Database) | |