![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Structure to store the value of various constants for a specific database. More...
#include "provsql_utils.h"

Public Attributes | |
| Oid | database |
| OID of the database these constants belong to. | |
| constants_t | constants |
| Cached OID constants for this database. | |
Structure to store the value of various constants for a specific database.
Definition at line 107 of file provsql_utils.h.
| constants_t database_constants_t::constants |
Cached OID constants for this database.
Definition at line 109 of file provsql_utils.h.
| Oid database_constants_t::database |
OID of the database these constants belong to.
Definition at line 108 of file provsql_utils.h.