fun <T> setFromLambda(c: TableColumn<in T>, setter: (Int, PreparedStatement) -> Unit): Unit
Set the column c, using a code block that operates on a PreparedStatement using the provided column index.