hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::ametsuchi::PostgresSpecificQueryExecutor Member List

This is the complete list of members for iroha::ametsuchi::PostgresSpecificQueryExecutor, including all inherited members.

execute(const shared_model::interface::Query &qry) overrideiroha::ametsuchi::PostgresSpecificQueryExecutorvirtual
hasAccountRolePermission(shared_model::interface::permissions::Role permission, const std::string &account_id) const overrideiroha::ametsuchi::PostgresSpecificQueryExecutorvirtual
operator()(const shared_model::interface::GetAccount &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetBlock &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetSignatories &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetAccountTransactions &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetTransactions &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetAccountAssetTransactions &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetAccountAssets &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetAccountDetail &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetRoles &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetRolePermissions &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetAssetInfo &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetPendingTransactions &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetPeers &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
operator()(const shared_model::interface::GetEngineReceipts &q, const shared_model::interface::types::AccountIdType &creator_id, const shared_model::interface::types::HashType &query_hash)iroha::ametsuchi::PostgresSpecificQueryExecutor
PostgresSpecificQueryExecutor(soci::session &sql, BlockStorage &block_store, std::shared_ptr< PendingTransactionStorage > pending_txs_storage, std::shared_ptr< shared_model::interface::QueryResponseFactory > response_factory, std::shared_ptr< shared_model::interface::PermissionToString > perm_converter, logger::LoggerPtr log)iroha::ametsuchi::PostgresSpecificQueryExecutor
~SpecificQueryExecutor()=defaultiroha::ametsuchi::SpecificQueryExecutorvirtual