An interface that will provide connections. It differs from a real
java.sql.Driver Driver because it has
ConnectionAdapterIF.setup and
ConnectionAdapterIF.tearDown methods.
version: $Revision: 1.8 $, $Date: 2003/03/03 11:12:03 $ author: Bill Horsman (bill@logicalcobwebs.co.uk) author: $Author: billhorsman $ (current maintainer) since: Proxool 0.5
Method Summary
void
closeConnection(Connection connection) This gives the adapter the flexibilty of closing the connection for real
or just putting it back in a pool.
This gives the adapter the flexibilty of closing the connection for real
or just putting it back in a pool.
Parameters: connection - the connection to "close" throws: SQLException - if anything goes wrong
Setup the adapter. Define the connection. Prototype any connections
as necessary.
Parameters: driver - the name of the class Parameters: url - the url to pass to the driver Parameters: info - the properties to pass to the driver throws: SQLException - if anything goes wrong