Module tiberius::stmt [] [src]

Prepared statements

Structs

ForEachRow

Iterate over resultsets and only return the rows of the first one but handle/consume the entire result set so that we're ready to continue after the execution of this

SingleResultSet

Extract the result from a single resultset contained in a set of resultsets

Statement

A prepared statement which is prepared on the first execution (which is a technical requirement since you need to know the types)

StmtStream

A future which handles the execution of a prepared statement and translates it into the wished result (e.g. QueryStream)

Traits

ResultStreamExt