hfhbd
jw
fun <R> executeQuery( sql: String, mapper: (SqlCursor) -> R, binders: (SqlPreparedStatement.() -> Unit)? ): R var cursor: SqlCursor? = null executeQuery("", mapper = { cursor = it // this is a misuse of the API, but it is possible! }, null)
Kroppeb
chunked
windowed
A modern programming language that makes developers happier.