Structs§
- A single SQL query that will map its results to an owned Rust type.
- A single SQL query as a prepared statement. Returned by
query()
.
Functions§
- Execute a single SQL query as a prepared statement (transparently cached).
- Execute a single SQL query as a prepared statement (explicitly created).
- Execute a single SQL query as a prepared statement (explicitly created), with the given arguments.
- Execute a SQL query as a prepared statement (transparently cached), with the given arguments.