Loading...
Searching...
No Matches
#include "core/config.h"
#include "attr/attribute.h"
#include "db/database.h"
#include "sqlite3.h"
Go to the source code of this file.
|
| Attr::DeclareString (name, 'name', ReadOnly) |
|
| Attr::DeclareString (type, 'type', ReadOnly) |
|
| Attr::DeclareInt (cid, 'cid_', ReadOnly) |
|
| Attr::DeclareInt (notnull, 'ntnl', ReadOnly) |
|
| Attr::DeclareBlob (dflt_value, 'dflv', ReadOnly) |
|
| Attr::DeclareBool (pk, 'pk__', ReadOnly) |
|
| Attr::DeclareInt (seq, 'seq_', ReadOnly) |
|
| Attr::DeclareBool (unique, 'uniq', ReadOnly) |
|
| Attr::DeclareInt (seqno, 'sqno', ReadOnly) |
|
◆ DB_SQLITE3DATABASE_H
#define DB_SQLITE3DATABASE_H |