#include "ametsuchi/impl/postgres_command_executor.hpp"#include <exception>#include <forward_list>#include <memory>#include <fmt/core.h>#include <soci/postgresql/soci-postgresql.h>#include <boost/algorithm/string.hpp>#include <boost/algorithm/string/join.hpp>#include <boost/format.hpp>#include "ametsuchi/impl/executor_common.hpp"#include "ametsuchi/impl/postgres_block_storage.hpp"#include "ametsuchi/impl/postgres_burrow_storage.hpp"#include "ametsuchi/impl/postgres_specific_query_executor.hpp"#include "ametsuchi/impl/soci_std_optional.hpp"#include "ametsuchi/impl/soci_utils.hpp"#include "ametsuchi/setting_query.hpp"#include "ametsuchi/vm_caller.hpp"#include "interfaces/commands/add_asset_quantity.hpp"#include "interfaces/commands/add_peer.hpp"#include "interfaces/commands/add_signatory.hpp"#include "interfaces/commands/append_role.hpp"#include "interfaces/commands/call_engine.hpp"#include "interfaces/commands/command.hpp"#include "interfaces/commands/compare_and_set_account_detail.hpp"#include "interfaces/commands/create_account.hpp"#include "interfaces/commands/create_asset.hpp"#include "interfaces/commands/create_domain.hpp"#include "interfaces/commands/create_role.hpp"#include "interfaces/commands/detach_role.hpp"#include "interfaces/commands/grant_permission.hpp"#include "interfaces/commands/remove_peer.hpp"#include "interfaces/commands/remove_signatory.hpp"#include "interfaces/commands/revoke_permission.hpp"#include "interfaces/commands/set_account_detail.hpp"#include "interfaces/commands/set_quorum.hpp"#include "interfaces/commands/set_setting_value.hpp"#include "interfaces/commands/subtract_asset_quantity.hpp"#include "interfaces/commands/transfer_asset.hpp"#include "interfaces/common_objects/types.hpp"#include "interfaces/permission_to_string.hpp"#include "interfaces/permissions.hpp"#include "utils/string_builder.hpp"
Classes | |
| class | iroha::ametsuchi::PostgresCommandExecutor::CommandStatements |
| class | iroha::ametsuchi::PostgresCommandExecutor::StatementExecutor |
Namespaces | |
| iroha | |
| iroha::ametsuchi | |