#include "query_executor.hpp"
◆ ~QueryExecutor()
| virtual iroha::ametsuchi::QueryExecutor::~QueryExecutor |
( |
| ) |
|
|
virtualdefault |
◆ validate()
Perform BlocksQuery validation
- Parameters
-
| query | to validate |
| validate_signatories | - if signatories should be validated |
- Returns
- true if valid, false otherwise
Implemented in iroha::ametsuchi::PostgresQueryExecutor.
◆ validateAndExecute()
Execute and validate query.
- Parameters
-
| query | to validate and execute |
| validate_signatories | - if signatories should be validated |
- Returns
- pointer to query response
Implemented in iroha::ametsuchi::PostgresQueryExecutor.
The documentation for this class was generated from the following file: