Skip to main content

query_first_row_cached_with_scope

Function query_first_row_cached_with_scope 

Source
pub fn query_first_row_cached_with_scope<P: Params>(
    conn: &Connection,
    scope: &MetadataCacheScope,
    provider_kind: Option<ProviderKind>,
    sql: &str,
    params: P,
) -> KnowledgeResult<RowData>