| org.springframework.jdbc.datasource.ConnectionHandle | 
   Known Indirect Subclasses
  
  | |||||||||||||
Simple interface to be implemented by handles for a JDBC Connection. Used by JdoDialect, for example.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Fetch the JDBC Connection that this handle refers to. 
  
   | |||||||||||
Release the JDBC Connection that this handle refers to. 
  
   | |||||||||||
Release the JDBC Connection that this handle refers to.
| con | the JDBC Connection to release | 
|---|
