Module tiberius::query [] [src]

Query results and resultsets

Structs

ExecFuture

The result of an execution operation, resolves to the affected rows count for the current resultset

QueryRow

A row in one resultset of a query

QueryStream

A stream of Rows returned for the current resultset

ResultSetStream

A query result consists of multiple query streams (amount of executed queries = amount of results)

Traits

QueryIdx

Anything that can be used as an index to get a specific row.