class AllQueryImpl<T : Any> : AllQuery<T>, Deserializer
The default implementation for AllQuery. It returns all rows in the table.
<init> |
The default implementation for AllQuery. It returns all rows in the table. AllQueryImpl(schema: String, table: String, type: FullType<T>, deserializer: Deserializer) |
all |
suspend fun all(connection: SqlClient): List<T> |