exposedReadOnlyTransaction

fun <T> exposedReadOnlyTransaction(statement: Transaction.() -> T): T(source)

Deprecated

Renamed to `statementPreparationExposedTransaction`.

Replace with

statementPreparationExposedTransaction(statement)