ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
key_cache_entry Struct Reference
Collaboration diagram for key_cache_entry:

Public Attributes

Oid relid
bool valid
bool has_keys
uint16 key_n
ProvenanceRelationKey keys [PROVSQL_KEY_CACHE_MAX_KEYS]

Detailed Description

Definition at line 844 of file provsql_utils.c.

Member Data Documentation

◆ has_keys

bool key_cache_entry::has_keys

Definition at line 847 of file provsql_utils.c.

◆ key_n

uint16 key_cache_entry::key_n

Definition at line 848 of file provsql_utils.c.

◆ keys

Definition at line 849 of file provsql_utils.c.

◆ relid

Oid key_cache_entry::relid

Definition at line 845 of file provsql_utils.c.

◆ valid

bool key_cache_entry::valid

Definition at line 846 of file provsql_utils.c.


The documentation for this struct was generated from the following file: