This is the complete list of members for dcn::storage::SQLiteRegistryStore, including all inherited members.
| addCondition(const chain::Address &address, const ConditionRecord &record) override | dcn::storage::SQLiteRegistryStore | virtual |
| addConditionsBatch(const std::vector< ConditionBatchItem > &items, bool all_or_nothing=true) override | dcn::storage::SQLiteRegistryStore | virtual |
| addConnector(const chain::Address &address, const ConnectorRecord &record, const evmc::bytes32 &format_hash, const std::vector< ScalarLabel > &canonical_scalar_labels) override | dcn::storage::SQLiteRegistryStore | virtual |
| addConnectorsBatch(const std::vector< ConnectorBatchItem > &items, bool all_or_nothing=true) override | dcn::storage::SQLiteRegistryStore | virtual |
| addTransformation(const chain::Address &address, const TransformationRecord &record) override | dcn::storage::SQLiteRegistryStore | virtual |
| addTransformationsBatch(const std::vector< TransformationBatchItem > &items, bool all_or_nothing=true) override | dcn::storage::SQLiteRegistryStore | virtual |
| checkpointWal(WalCheckpointMode mode) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getConditionRecordHandle(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getConnectorFormatHash(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getConnectorRecordHandle(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getFormatConnectorNamesCount(const evmc::bytes32 &format_hash) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getFormatConnectorNamesCursor(const evmc::bytes32 &format_hash, const std::optional< NameCursor > &after, std::size_t limit) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getOwnedConditionsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getOwnedConnectorsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getOwnedTransformationsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getScalarLabelsByFormatHash(const evmc::bytes32 &format_hash) const override | dcn::storage::SQLiteRegistryStore | virtual |
| getTransformationRecordHandle(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| hasCondition(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| hasConnector(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| hasTransformation(const std::string &name) const override | dcn::storage::SQLiteRegistryStore | virtual |
| operator=(const SQLiteRegistryStore &)=delete | dcn::storage::SQLiteRegistryStore | |
| operator=(SQLiteRegistryStore &&)=delete | dcn::storage::SQLiteRegistryStore | |
| SQLiteRegistryStore(const std::string &db_path) | dcn::storage::SQLiteRegistryStore | explicit |
| SQLiteRegistryStore(const SQLiteRegistryStore &)=delete | dcn::storage::SQLiteRegistryStore | |
| SQLiteRegistryStore(SQLiteRegistryStore &&)=delete | dcn::storage::SQLiteRegistryStore | |
| ~IRegistryStore()=default | dcn::storage::IRegistryStore | virtual |
| ~SQLiteRegistryStore() override | dcn::storage::SQLiteRegistryStore |