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

Structure to store the value of various constants for a specific database. More...

#include "provsql_utils.h"

Collaboration diagram for database_constants_t:

Public Attributes

Oid database
 OID of the database these constants belong to.
constants_t constants
 Cached OID constants for this database.

Detailed Description

Structure to store the value of various constants for a specific database.

Definition at line 172 of file provsql_utils.h.

Member Data Documentation

◆ constants

constants_t database_constants_t::constants

Cached OID constants for this database.

Definition at line 174 of file provsql_utils.h.

◆ database

Oid database_constants_t::database

OID of the database these constants belong to.

Definition at line 173 of file provsql_utils.h.


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