db9010 / com.jovial.db9010 / ResultsHolder / getFromLambda

getFromLambda

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.