package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

New creates a new result set.
WrapWithLazyCursor wraps a ResultSet into a CursorResultSet.
WrapWithRowContainerCursor wraps a ResultSet into a CursorResultSet.

# Interfaces

CursorResultSet extends the `ResultSet` to provide the ability to store an iterator.
FetchNotifier represents notifier will be called in COM_FETCH.
ResultSet is the result set of an query.
RowIterator has similar method with `chunk.RowContainerReader`.