Definition at line 173 of file response.hpp.
Public Member Functions | |
| ExecuteResponse (const ExecuteResponse &)=delete | |
| ExecuteResponse (ExecuteResponse &&) noexcept=default | |
| ExecuteResponse & | operator= (const ExecuteResponse &)=delete |
| ExecuteResponse & | operator= (ExecuteResponse &&)=delete |
| std::size_t | GetCursorCount () const |
| Cursor | GetCursor (std::size_t index) const |
| Cursor | GetSingleCursor () const |
| const std::optional< NYdb::NTable::TQueryStats > & | GetQueryStats () const noexcept |
| Query stats are only available if initially requested. | |
| bool | IsFromServerQueryCache () const noexcept |
| Returns true if Execute used the server query cache. | |