![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
UUID structure. More...
#include "provsql_utils.h"
Public Attributes | |
| unsigned char | data [UUID_LEN] |
| Raw 16-byte UUID storage. | |
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.
| unsigned char pg_uuid_t::data[UUID_LEN] |
Raw 16-byte UUID storage.
Definition at line 37 of file provsql_utils.h.