Metadata for an execution of a statement that doesn't expect a result set (INSERT, UPDATE, DELETE).
More...
#include </data/code/service_template/third_party/userver/mysql/include/userver/storages/mysql/execution_result.hpp>
Metadata for an execution of a statement that doesn't expect a result set (INSERT, UPDATE, DELETE).
Definition at line 13 of file execution_result.hpp.
◆ last_insert_id
std::uint64_t storages::mysql::ExecutionResult::last_insert_id {} |
◆ rows_affected
std::uint64_t storages::mysql::ExecutionResult::rows_affected {} |
Amount of rows that statement affected. Consult MySQL docs for better understanding.
Definition at line 16 of file execution_result.hpp.
The documentation for this struct was generated from the following file: