withExplicitOnlyStatementPreparationExposedTransaction

abstract fun <T> withExplicitOnlyStatementPreparationExposedTransaction(block: Transaction.() -> T): T(source)

Deprecated

Not currently used by other declarations in this library.

Executes the given block within an Exposed transaction context suitable for SQL statement preparation, without storing the transaction in ThreadLocal or coroutine context.

This variant provides explicit transaction handling and may slightly reduce some overhead.