pub fn query_first_row_cached<P: Params>(
conn: &Connection,
sql: &str,
params: P,
) -> KnowledgeResult<RowData>Expand description
Same as query_first_row but with a shared column-names cache to reduce metadata lookups.
pub fn query_first_row_cached<P: Params>(
conn: &Connection,
sql: &str,
params: P,
) -> KnowledgeResult<RowData>Same as query_first_row but with a shared column-names cache to reduce metadata lookups.