☰
sqlx_core
0.5.13
Module query_as
Structs
Functions
In crate sqlx_core
?
Module
sqlx_core
::
query_as
source
·
[
−
]
Structs
QueryAs
Raw SQL query with bind parameters, mapped to a concrete type using
FromRow
. Returned from
query_as
.
Functions
query_as
Make a SQL query that is mapped to a concrete type using
FromRow
.
query_as_with
Make a SQL query, with the given arguments, that is mapped to a concrete type using
FromRow
.