userver: ydb::ExecuteResponse Class Reference
Loading...
Searching...
No Matches
ydb::ExecuteResponse Class Referencefinal

Detailed Description

Definition at line 164 of file response.hpp.

Public Member Functions

 ExecuteResponse (const ExecuteResponse &)=delete
 
 ExecuteResponse (ExecuteResponse &&) noexcept=default
 
ExecuteResponseoperator= (const ExecuteResponse &)=delete
 
ExecuteResponseoperator= (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.
 

The documentation for this class was generated from the following file: