spring-framework / org.springframework.jdbc.datasource / ConnectionProxy / getTargetConnection

getTargetConnection

abstract fun getTargetConnection(): Connection

Return the target Connection of this proxy.

This will typically be the native driver Connection or a wrapper from a connection pool.

Return
the underlying Connection (never null)