selectAll

fun selectAll(orderBy: List<OrderBy<T>> = emptyList(), expiresAfter: Instant? = null): Flow<List<T>>(source)

Select all rows. Effectively an alias for select with no where set.