Eneboo - Documentación para desarrolladores
|
#include <catcache.h>
Atributos públicos | |
int | id |
struct catcache * | cc_next |
const char * | cc_relname |
Oid | cc_reloid |
Oid | cc_indexoid |
bool | cc_relisshared |
TupleDesc | cc_tupdesc |
int | cc_reloidattr |
int | cc_ntup |
int | cc_nbuckets |
int | cc_nkeys |
int | cc_key [4] |
PGFunction | cc_hashfunc [4] |
ScanKeyData | cc_skey [4] |
bool | cc_isname [4] |
Dllist | cc_lists |
Dllist | cc_bucket [1] |
Dllist catcache::cc_bucket[1] |
PGFunction catcache::cc_hashfunc[4] |
Dllist catcache::cc_lists |
struct catcache* catcache::cc_next |
const char* catcache::cc_relname |
ScanKeyData catcache::cc_skey[4] |
TupleDesc catcache::cc_tupdesc |