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::DefineString (name, 'name', ReadOnly) | |
Attr::DefineString (type, 'type', ReadOnly) | |
Attr::DefineInt (cid, 'cid_', ReadOnly) | |
Attr::DefineInt (notnull, 'ntnl', ReadOnly) | |
Attr::DefineBlob (dflt_value, 'dflv', ReadOnly) | |
Attr::DefineBool (pk, 'pk__', ReadOnly) | |
Attr::DefineInt (seq, 'seq_', ReadOnly) | |
Attr::DefineBool (unique, 'uniq', ReadOnly) | |
Attr::DefineInt (seqno, 'sqno', ReadOnly) | |
Db::__ImplementClass (Db::Sqlite3Database, 'S3DB', Db::Database) | |