IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sdo.mediator.jdbc
Interface ConnectionWrapper


public interface ConnectionWrapper

A ConnectionWrapper wraps a java.sql.Connection object for use with a JDBCMediator


Method Summary
 java.sql.Connection getConnection()
          Get the Connection associated with this ConnectionWrapper
 

Method Detail

getConnection

java.sql.Connection getConnection()
Get the Connection associated with this ConnectionWrapper

Returns:
the connection

IBM WebSphere Application ServerTM
Release 7