Skip to main content

execute_sql

Function execute_sql 

Source
pub fn execute_sql<H, B>(
    host: &H,
    sql: &str,
    context: &ExecutionContext,
) -> Result<Box<dyn QueryResult>>
where H: CachedExecutionHost<B> + ?Sized, B: Default,