replaceWith

open fun replaceWith(isAsync: Boolean, index: Int): String

Overwrite, if the user provided sql parameter should be overwritten by sqldelight with replaceWith.

Some sql dialects support other bind parameter besides ?, but sqldelight should still replace the user provided parameter with replaceWith for a homogen generated code.