applyTimeout

abstract fun applyTimeout(statement: Statement)

Applies the current transaction timeout to the given statement.

This is a critical bridge for Spring integration, as Spring tracks timeouts via ThreadLocal and requires manual propagation to JDBC Statements.