spring-framework / org.springframework.jdbc.datasource / SimpleConnectionHandle / releaseConnection

releaseConnection

open fun releaseConnection(con: Connection): Unit

This implementation is empty, as we're using a standard Connection handle that does not have to be released.