Module query_as

Source

Structs§

QueryAs
A single SQL query as a prepared statement, mapping results using FromRow. Returned by query_as().

Functions§

query_as
Execute a single SQL query as a prepared statement (transparently cached). Maps rows to Rust types using FromRow.
query_as_with
Execute a single SQL query, with the given arguments as a prepared statement (transparently cached). Maps rows to Rust types using FromRow.
query_as_with_result
Same as query_as_with but takes arguments as a Result
query_statement_as
query_statement_as_with