Go to the source code of this file.
|
#define | CATALOG(name, oid, oidmacro) typedef struct CppConcat(FormData_,name) |
|
#define | BKI_BOOTSTRAP |
|
#define | BKI_SHARED_RELATION |
|
#define | BKI_ROWTYPE_OID(oid, oidmacro) |
|
#define | BKI_SCHEMA_MACRO |
|
#define | BKI_FORCE_NULL |
|
#define | BKI_FORCE_NOT_NULL |
|
#define | BKI_DEFAULT(value) |
|
#define | BKI_ARRAY_DEFAULT(value) |
|
#define | BKI_LOOKUP(catalog) |
|
#define | BKI_LOOKUP_OPT(catalog) |
|
#define | DECLARE_TOAST(name, toastoid, indexoid) extern int no_such_variable |
|
#define | DECLARE_TOAST_WITH_MACRO(name, toastoid, indexoid, toastoidmacro, indexoidmacro) extern int no_such_variable |
|
#define | DECLARE_INDEX(name, oid, oidmacro, tblname, decl) extern int no_such_variable |
|
#define | DECLARE_UNIQUE_INDEX(name, oid, oidmacro, tblname, decl) extern int no_such_variable |
|
#define | DECLARE_UNIQUE_INDEX_PKEY(name, oid, oidmacro, tblname, decl) extern int no_such_variable |
|
#define | DECLARE_OID_DEFINING_MACRO(name, oid) extern int no_such_variable |
|
#define | DECLARE_FOREIGN_KEY(cols, reftbl, refcols) extern int no_such_variable |
|
#define | DECLARE_FOREIGN_KEY_OPT(cols, reftbl, refcols) extern int no_such_variable |
|
#define | DECLARE_ARRAY_FOREIGN_KEY(cols, reftbl, refcols) extern int no_such_variable |
|
#define | DECLARE_ARRAY_FOREIGN_KEY_OPT(cols, reftbl, refcols) extern int no_such_variable |
|
#define | MAKE_SYSCACHE(name, idxname, nbuckets) extern int no_such_variable |
|
◆ BKI_ARRAY_DEFAULT
#define BKI_ARRAY_DEFAULT |
( |
|
value | ) |
|
◆ BKI_BOOTSTRAP
◆ BKI_DEFAULT
#define BKI_DEFAULT |
( |
|
value | ) |
|
◆ BKI_FORCE_NOT_NULL
#define BKI_FORCE_NOT_NULL |
◆ BKI_FORCE_NULL
◆ BKI_LOOKUP
#define BKI_LOOKUP |
( |
|
catalog | ) |
|
◆ BKI_LOOKUP_OPT
#define BKI_LOOKUP_OPT |
( |
|
catalog | ) |
|
◆ BKI_ROWTYPE_OID
#define BKI_ROWTYPE_OID |
( |
|
oid, |
|
|
|
oidmacro |
|
) |
| |
◆ BKI_SCHEMA_MACRO
◆ BKI_SHARED_RELATION
#define BKI_SHARED_RELATION |
◆ CATALOG
◆ DECLARE_ARRAY_FOREIGN_KEY
#define DECLARE_ARRAY_FOREIGN_KEY |
( |
|
cols, |
|
|
|
reftbl, |
|
|
|
refcols |
|
) |
| extern int no_such_variable |
◆ DECLARE_ARRAY_FOREIGN_KEY_OPT
#define DECLARE_ARRAY_FOREIGN_KEY_OPT |
( |
|
cols, |
|
|
|
reftbl, |
|
|
|
refcols |
|
) |
| extern int no_such_variable |
◆ DECLARE_FOREIGN_KEY
#define DECLARE_FOREIGN_KEY |
( |
|
cols, |
|
|
|
reftbl, |
|
|
|
refcols |
|
) |
| extern int no_such_variable |
◆ DECLARE_FOREIGN_KEY_OPT
#define DECLARE_FOREIGN_KEY_OPT |
( |
|
cols, |
|
|
|
reftbl, |
|
|
|
refcols |
|
) |
| extern int no_such_variable |
◆ DECLARE_INDEX
#define DECLARE_INDEX |
( |
|
name, |
|
|
|
oid, |
|
|
|
oidmacro, |
|
|
|
tblname, |
|
|
|
decl |
|
) |
| extern int no_such_variable |
◆ DECLARE_OID_DEFINING_MACRO
#define DECLARE_OID_DEFINING_MACRO |
( |
|
name, |
|
|
|
oid |
|
) |
| extern int no_such_variable |
◆ DECLARE_TOAST
#define DECLARE_TOAST |
( |
|
name, |
|
|
|
toastoid, |
|
|
|
indexoid |
|
) |
| extern int no_such_variable |
◆ DECLARE_TOAST_WITH_MACRO
#define DECLARE_TOAST_WITH_MACRO |
( |
|
name, |
|
|
|
toastoid, |
|
|
|
indexoid, |
|
|
|
toastoidmacro, |
|
|
|
indexoidmacro |
|
) |
| extern int no_such_variable |
◆ DECLARE_UNIQUE_INDEX
#define DECLARE_UNIQUE_INDEX |
( |
|
name, |
|
|
|
oid, |
|
|
|
oidmacro, |
|
|
|
tblname, |
|
|
|
decl |
|
) |
| extern int no_such_variable |
◆ DECLARE_UNIQUE_INDEX_PKEY
#define DECLARE_UNIQUE_INDEX_PKEY |
( |
|
name, |
|
|
|
oid, |
|
|
|
oidmacro, |
|
|
|
tblname, |
|
|
|
decl |
|
) |
| extern int no_such_variable |
◆ MAKE_SYSCACHE
#define MAKE_SYSCACHE |
( |
|
name, |
|
|
|
idxname, |
|
|
|
nbuckets |
|
) |
| extern int no_such_variable |