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::storage::SQLiteRegistryStore Member List

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

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