abstract fun <T> setFromLambda(p: Parameter<in T>, setter: (Int, PreparedStatement) -> Unit): Unit
Set the given parameter p, using a code block that operates on a JDBC PreparedStatement using the provided value index.