Function with_writer_statement_budget
pub fn with_writer_statement_budget<T>(
conn: &Connection,
ddl: bool,
run: impl FnOnce() -> T,
) -> Result<T, StatementRunError>Expand description
Run one public writer statement under the standard DML or DDL limits.