com.ibm.websphere.sdo.mediator.jdbc

Interface ConnectionWrapper


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

Method Summary

Modifier and Type Method and Description
  1. java.sql.Connection
getConnection()
Get the Connection associated with this ConnectionWrapper

Method Detail

getConnection

  1. java.sql.Connection getConnection( )
Get the Connection associated with this ConnectionWrapper
Returns:
the connection