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

UUID structure. More...

#include "provsql_utils.h"

Public Attributes

unsigned char data [UUID_LEN]
 Raw 16-byte UUID storage.
 

Detailed Description

UUID structure.

In versions of PostgreSQL < 10, pg_uuid_t is declared to be an opaque struct pg_uuid_t in uuid.h, so we have to give the definition of struct pg_uuid_t; this problem is resolved in PostgreSQL 10.

Definition at line 35 of file provsql_utils.h.

Member Data Documentation

◆ data

unsigned char pg_uuid_t::data[UUID_LEN]

Raw 16-byte UUID storage.

Definition at line 37 of file provsql_utils.h.


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