Skip to main content

transform_placeholders_with_count

Function transform_placeholders_with_count 

Source
pub fn transform_placeholders_with_count(stmt: Statement) -> (Statement, usize)
Expand description

Transform all the “?” placeholders into “$i” and return the number of transformed placeholders.