Skip to main content

execute_structured_fetch_sql

Function execute_structured_fetch_sql 

Source
pub async fn execute_structured_fetch_sql(
    pool: &PgPool,
    plan: &StructuredGatewayFetchPlan,
    sql: &str,
) -> Result<PostgresSqlExecutionResult, Error>
Expand description

Executes compiled structured fetch SQL against the selected Postgres pool.