Module tiberius::stmt[][src]

Prepared statements

Structs

ExecResult

A single resultset yielding the status of query execution (currently the amount of affected rows)

QueryResult

A single resultset yielding rows

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 a set of results (e.g. multiple elements of the type QueryStream)