![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
This is the complete list of members for MMappedCircuit, including all inherited members.
| createGate(pg_uuid_t token, gate_type type, const std::vector< pg_uuid_t > &children) | MMappedCircuit | |
| createGenericCircuit(pg_uuid_t token) const | MMappedCircuit | |
| createGenericCircuit(const std::vector< pg_uuid_t > &roots) const | MMappedCircuit | |
| extra | MMappedCircuit | private |
| EXTRA_FILENAME | MMappedCircuit | privatestatic |
| gates | MMappedCircuit | private |
| GATES_FILENAME | MMappedCircuit | privatestatic |
| getChildren(pg_uuid_t token) const | MMappedCircuit | |
| getExtra(pg_uuid_t token) const | MMappedCircuit | |
| getGateType(pg_uuid_t token) const | MMappedCircuit | |
| getInfos(pg_uuid_t token) const | MMappedCircuit | |
| getNbGates() const | MMappedCircuit | inline |
| getProb(pg_uuid_t token) const | MMappedCircuit | |
| getTableInfo(Oid relid, ProvenanceTableInfo &out) const | MMappedCircuit | |
| MAGIC_EXTRA | MMappedCircuit | static |
| MAGIC_GATES | MMappedCircuit | static |
| MAGIC_MAPPING | MMappedCircuit | static |
| MAGIC_TABLE_INFO | MMappedCircuit | static |
| MAGIC_WIRES | MMappedCircuit | static |
| makePath(Oid db_oid, const char *filename) | MMappedCircuit | privatestatic |
| mapping | MMappedCircuit | private |
| MAPPING_FILENAME | MMappedCircuit | privatestatic |
| MMappedCircuit(const std::string &mp, const std::string &gp, const std::string &wp, const std::string &ep, const std::string &tp, bool read_only) | MMappedCircuit | inlineprivate |
| MMappedCircuit(Oid db_oid, bool read_only=false) | MMappedCircuit | explicit |
| removeTableAncestry(Oid relid) | MMappedCircuit | |
| removeTableInfo(Oid relid) | MMappedCircuit | |
| setExtra(pg_uuid_t token, const std::string &s) | MMappedCircuit | |
| setInfos(pg_uuid_t token, unsigned info1, unsigned info2) | MMappedCircuit | |
| setProb(pg_uuid_t token, double prob) | MMappedCircuit | |
| setTableAncestry(Oid relid, uint16_t ancestor_n, const Oid *ancestors) | MMappedCircuit | |
| setTableInfo(const ProvenanceTableInfo &info) | MMappedCircuit | |
| sync() | MMappedCircuit | |
| TABLE_INFO_FILENAME | MMappedCircuit | privatestatic |
| tableInfo | MMappedCircuit | private |
| wires | MMappedCircuit | private |
| WIRES_FILENAME | MMappedCircuit | privatestatic |
| ~MMappedCircuit() | MMappedCircuit | inline |