hfhbd
12/04/2022, 11:40 AMjw
12/04/2022, 2:17 PMjw
12/04/2022, 2:18 PMhfhbd
12/04/2022, 3:28 PMfun <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)
jw
12/04/2022, 3:41 PMKroppeb
12/05/2022, 5:33 AMchunked
and windowed