All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.huanshankeji.vertx.kotlin.sqlclient.PreparedQuery.kt Maven / Gradle / Ivy

package com.huanshankeji.vertx.kotlin.sqlclient

import io.vertx.kotlin.coroutines.coAwait
import io.vertx.sqlclient.PreparedQuery
import io.vertx.sqlclient.SqlResult
import io.vertx.sqlclient.Tuple

suspend fun > PreparedQuery.executeBatchAwaitForSqlResultSequence(batch: List) =
    executeBatch(batch).coAwait().batchSqlResultSequence()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy