withSuspendTransaction

suspend fun <T> JdbcTransaction.withSuspendTransaction(context: CoroutineContext? = null, statement: suspend JdbcTransaction.() -> T): T

Deprecated

" This function will be removed in future releases. Replace with nested `suspendTransaction()` from exposed-r2dbc instead to use a suspending transaction. Please leave a comment on [YouTrack](https://youtrack.jetbrains.com/issue/EXPOSED-74/Add-R2DBC-Support) with a use case if you believe this method should remain available for JDBC connections.