vertx-kuickstart-core / dev.fuelyour.vertxkuickstartcore.repositories / AllQueryImpl

AllQueryImpl

class AllQueryImpl<T : Any> : AllQuery<T>, Deserializer

The default implementation for AllQuery. It returns all rows in the table.

Constructors

<init>

The default implementation for AllQuery. It returns all rows in the table.

AllQueryImpl(schema: String, table: String, type: FullType<T>, deserializer: Deserializer)

Functions

all

suspend fun all(connection: SqlClient): List<T>