class DeleteQueryImpl : DeleteQuery
The default implementation for DeleteQuery. It deletes a single row in the table by id.
<init> |
The default implementation for DeleteQuery. It deletes a single row in the table by id. DeleteQueryImpl(schema: String, table: String) |
delete |
suspend fun delete(id: String, connection: SqlClient): String |