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