JooqDatabaseService

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun createTransaction(scope: Scope, parentTransaction: Transaction<Connection>?): Transaction<Connection>
Link copied to clipboard
inline fun <R> JooqDatabaseService.runTransactionAndGetContext(crossinline block: (ctx: DSLContext) -> R): R
Link copied to clipboard
abstract fun <R> withDslContext(transaction: Transaction<Connection>, block: (DSLContext) -> R): R