6 #ifndef IROHA_AMETSUCHI_SPECIFIC_QUERY_EXECUTOR_HPP 7 #define IROHA_AMETSUCHI_SPECIFIC_QUERY_EXECUTOR_HPP 25 std::unique_ptr<shared_model::interface::QueryResponse>;
37 virtual bool hasAccountRolePermission(
39 const std::string &account_id)
const = 0;
44 #endif // IROHA_AMETSUCHI_SPECIFIC_QUERY_EXECUTOR_HPP
Definition: specific_query_executor.hpp:30
Role
Definition: permissions.hpp:17
std::unique_ptr< shared_model::interface::QueryResponse > QueryExecutorResult
Definition: query_executor.hpp:23
Definition: block_query.hpp:15
WsvCommandResult execute(soci::statement &st, Function &&error)
Definition: postgres_wsv_command.cpp:26
Definition: command_executor.hpp:12