Module tiberius::stmt

source ·
Expand description

Prepared statements

Structs

A single resultset yielding the status of query execution (currently the amount of affected rows)
A single resultset yielding rows
A prepared statement which is prepared on the first execution (which is a technical requirement since you need to know the types)
A future which handles the execution of a prepared statement and translates it into a set of results (e.g. multiple elements of the type QueryStream)