servers::mysql::helper

Function transform_placeholders

source
pub fn transform_placeholders(stmt: Statement) -> Statement
Expand description

Transform all the “?” placeholder into “$i”. Only works for Insert,Query and Delete statements.