class FindQueryImpl<T : Any> : FindQuery<T>, Deserializer
The default implementation for FindQuery. It returns a single row in the table by id.
<init> |
The default implementation for FindQuery. It returns a single row in the table by id. FindQueryImpl(schema: String, table: String, type: FullType<T>, deserializer: Deserializer) |
find |
suspend fun find(id: String, connection: SqlClient): T |