Skip to main content

query_first_row_cached

Function query_first_row_cached 

Source
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.