Skip to main content

execute_prepared

Function execute_prepared 

Source
pub async fn execute_prepared<C: GenericClient + Sync>(
    client: &C,
    statement: &Statement,
    params: &[&(dyn ToSql + Sync)],
) -> Result<u64, PostgresError>
Expand description

Runs a prepared query and returns the number of affected rows.