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 107 of file provsql_utils.h.

Member Data Documentation

◆ constants

constants_t database_constants_t::constants

Cached OID constants for this database.

Definition at line 109 of file provsql_utils.h.

◆ database

Oid database_constants_t::database

OID of the database these constants belong to.

Definition at line 108 of file provsql_utils.h.


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