|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jdbc.datasource.SimpleConnectionHandle
Simple implementation of the ConnectionHandle interface, containing a given JDBC Connection.
Constructor Summary | |
SimpleConnectionHandle(java.sql.Connection connection)
Create a new SimpleConnectionHandle for the given Connection. |
Method Summary | |
java.sql.Connection |
getConnection()
Return the JDBC Connection that this handle refers to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleConnectionHandle(java.sql.Connection connection)
connection
- the JDBC ConnectionMethod Detail |
public java.sql.Connection getConnection()
ConnectionHandle
getConnection
in interface ConnectionHandle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |