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

DeleteQueryImpl

class DeleteQueryImpl : DeleteQuery

The default implementation for DeleteQuery. It deletes a single row in the table by id.

Constructors

<init>

The default implementation for DeleteQuery. It deletes a single row in the table by id.

DeleteQueryImpl(schema: String, table: String)

Functions

delete

suspend fun delete(id: String, connection: SqlClient): String