Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::registry::SQLiteRegistryStore Member List

This is the complete list of members for dcn::registry::SQLiteRegistryStore, including all inherited members.

addCondition(const chain::Address &address, const ConditionRecord &record) overridedcn::registry::SQLiteRegistryStorevirtual
addConditionsBatch(const std::vector< ConditionBatchItem > &items, bool all_or_nothing=true) overridedcn::registry::SQLiteRegistryStorevirtual
addConnector(const chain::Address &address, const ConnectorRecord &record, const evmc::bytes32 &format_hash, const std::vector< ScalarLabel > &canonical_scalar_labels) overridedcn::registry::SQLiteRegistryStorevirtual
addConnectorsBatch(const std::vector< ConnectorBatchItem > &items, bool all_or_nothing=true) overridedcn::registry::SQLiteRegistryStorevirtual
addTransformation(const chain::Address &address, const TransformationRecord &record) overridedcn::registry::SQLiteRegistryStorevirtual
addTransformationsBatch(const std::vector< TransformationBatchItem > &items, bool all_or_nothing=true) overridedcn::registry::SQLiteRegistryStorevirtual
checkpointWal(storage::sqlite::WalCheckpointMode mode) const overridedcn::registry::SQLiteRegistryStorevirtual
getAccountsCount() const overridedcn::registry::SQLiteRegistryStorevirtual
getAccountsCursor(const std::optional< chain::Address > &after, std::size_t limit) const overridedcn::registry::SQLiteRegistryStorevirtual
getConditionRecordHandle(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
getConnectorFormatHash(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
getConnectorRecordHandle(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
getFormatConnectorNamesCount(const evmc::bytes32 &format_hash) const overridedcn::registry::SQLiteRegistryStorevirtual
getFormatConnectorNamesCursor(const evmc::bytes32 &format_hash, const std::optional< NameCursor > &after, std::size_t limit) const overridedcn::registry::SQLiteRegistryStorevirtual
getFormatsCount() const overridedcn::registry::SQLiteRegistryStorevirtual
getFormatsCursor(const std::optional< evmc::bytes32 > &after, std::size_t limit) const overridedcn::registry::SQLiteRegistryStorevirtual
getOwnedConditionsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const overridedcn::registry::SQLiteRegistryStorevirtual
getOwnedConnectorsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const overridedcn::registry::SQLiteRegistryStorevirtual
getOwnedTransformationsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const overridedcn::registry::SQLiteRegistryStorevirtual
getScalarLabelsByFormatHash(const evmc::bytes32 &format_hash) const overridedcn::registry::SQLiteRegistryStorevirtual
getTransformationRecordHandle(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
hasCondition(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
hasConnector(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
hasTransformation(const std::string &name) const overridedcn::registry::SQLiteRegistryStorevirtual
operator=(const SQLiteRegistryStore &)=deletedcn::registry::SQLiteRegistryStore
operator=(SQLiteRegistryStore &&)=deletedcn::registry::SQLiteRegistryStore
SQLiteRegistryStore(const std::string &db_path)dcn::registry::SQLiteRegistryStoreexplicit
SQLiteRegistryStore(const SQLiteRegistryStore &)=deletedcn::registry::SQLiteRegistryStore
SQLiteRegistryStore(SQLiteRegistryStore &&)=deletedcn::registry::SQLiteRegistryStore
~IRegistryStore()=defaultdcn::registry::IRegistryStorevirtual
~SQLiteRegistryStore() overridedcn::registry::SQLiteRegistryStore