Uses of Interface
org.apithefire.sql.connect.ConnectionProvider

Packages that use ConnectionProvider
org.apithefire.sql.connect   
 

Uses of ConnectionProvider in org.apithefire.sql.connect
 

Subinterfaces of ConnectionProvider in org.apithefire.sql.connect
 interface ConnectionPool
          A ConnectionPool is a cache of database connections.
 interface RemoteConnector
          A remote connector connects to remote server to obtain connection.
 

Classes in org.apithefire.sql.connect that implement ConnectionProvider
 class DataSourceWrapper
          A ConnectionProvider wrapper to provide DataSource interface.
 

Methods in org.apithefire.sql.connect with parameters of type ConnectionProvider
 ConnectionPool.ConnectionPoolBuilder ConnectionPool.ConnectionPoolBuilder.setConnectionProvider(ConnectionProvider connectionProvider)
          Sets the underlying connection provider.
static javax.sql.DataSource ConnectionProviderWrapper.wrap(ConnectionProvider connectionProvider)
          Wraps the specified connection provider.
 



Copyright © 2008. All Rights Reserved.