Structs§
- Query
Scalar - A single SQL query as a prepared statement which extracts only the first column of each row.
Returned by
query_scalar()
.
Functions§
- query_
scalar - Execute a single SQL query as a prepared statement (transparently cached) and extract the first column of each row.
- query_
scalar_ with - Execute a SQL query as a prepared statement (transparently cached), with the given arguments, and extract the first column of each row.
- query_
scalar_ with_ result - Same as
query_scalar_with
but takes arguments as Result - query_
statement_ scalar - query_
statement_ scalar_ with