selectBatch
suspend fun <E> DatabaseClient<*>.selectBatch(fieldSet: FieldSet, buildQuery: FieldSet.(E) -> Query, data: Iterable<E>): Sequence<RowSet<ResultRow>>(source)
This function may be very rarely used, as eq
conditions can usually be combined into an inList
select query.