Skip to main content

pg_query_prepared

Function pg_query_prepared 

Source
async fn pg_query_prepared(
    client: &Object,
    statement: &Statement,
    params: &[&(dyn ToSql + Sync)],
) -> Result<Vec<Row>, Error>