Function statement_is_insert
pub fn statement_is_insert(sql: &str) -> boolExpand description
Whether the statement action can update SQLite’s connection-local last-insert-rowid counter. The host still checks the target table’s WITHOUT ROWID metadata before reporting it.