execute

fun <T> execute(block: SQLDatabase.() -> T): T(source)

Runs block with this session selected for the duration of the call.