Module sqlx_core::query_scalar
source · Structs§
- A single SQL query as a prepared statement which extracts only the first column of each row. Returned by
query_scalar()
.
Functions§
- Execute a single SQL query as a prepared statement (transparently cached) and extract the first column of each row.
- Execute a SQL query as a prepared statement (transparently cached), with the given arguments, and extract the first column of each row.