Skip to main content

query_cached_with_scope

Function query_cached_with_scope 

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