toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.statements
/
StatementInterceptor
/
beforeExecution
before
Execution
open
fun
beforeExecution
(
transaction
:
Transaction
,
context
:
StatementContext
)
Performs steps before a statement, from the provided
context
, is executed in a
transaction
.