pub async fn execute_dml_on_client(
client: &Client,
query: &str,
params: &[RowValues],
err_label: &str,
) -> Result<usize, SqlMiddlewareDbError>Expand description
Execute a DML query on a client without managing transactions
ยงErrors
Returns errors from parameter conversion or query execution.