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 934 of file provsql_utils.c.

Member Data Documentation

◆ has_keys

bool key_cache_entry::has_keys

Definition at line 937 of file provsql_utils.c.

◆ key_n

uint16 key_cache_entry::key_n

Definition at line 938 of file provsql_utils.c.

◆ keys

Definition at line 939 of file provsql_utils.c.

◆ relid

Oid key_cache_entry::relid

Definition at line 935 of file provsql_utils.c.

◆ valid

bool key_cache_entry::valid

Definition at line 936 of file provsql_utils.c.


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