fun <T> getFromLambda(c: Column<out T>, body: (ResultSet, Int) -> T): T
Get the vaule from column c, as returned by body, which takes a ResultSet and a column index.