Functions§
- Convert [
ParamValue
] into [Value
] according to param type. It will try itβs best to do type conversions if possible - Returns the placeholder string β$iβ.
- Replace all the β?β placeholder into β$iβ in SQL, returns the new SQL and the last placeholder index.
- Transform all the β?β placeholder into β$iβ. Only works for Insert,Query and Delete statements.
- visit_
placeholders π