Definition at line 131 of file response.hpp.
Public Member Functions | |
Cursor (const Cursor &)=delete | |
Cursor (Cursor &&) noexcept=default | |
Cursor & | operator= (const Cursor &)=delete |
Cursor & | operator= (Cursor &&) noexcept=default |
size_t | ColumnsCount () const |
size_t | RowsCount () const |
Row | GetFirstRow () |
bool | IsTruncated () const |
bool | empty () const |
std::size_t | size () const |
CursorIterator | begin () |
CursorIterator | end () |
Row ydb::Cursor::GetFirstRow | ( | ) |
EmptyResponseError | if GetFirstRow() or begin() called before or cursor is empty |
bool ydb::Cursor::IsTruncated | ( | ) | const |
Returns true if response has been truncated to the database limit (currently 1000 rows)
|
friend |
Definition at line 165 of file response.hpp.
|
friend |
Definition at line 164 of file response.hpp.