net.sourceforge.backpedal.impl.db
Class ConnectionFactoryImpl

java.lang.Object
  |
  +--net.sourceforge.backpedal.impl.db.ConnectionFactoryImpl
All Implemented Interfaces:
ConnectionFactory

public class ConnectionFactoryImpl
extends Object
implements ConnectionFactory


Constructor Summary
ConnectionFactoryImpl()
           
 
Method Summary
 void addProperty(String s)
           
 Connection getConnection()
           
 void setConnectUrl(String connectUrl)
           
 void setDriverName(String driverName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryImpl

public ConnectionFactoryImpl()
Method Detail

setDriverName

public void setDriverName(String driverName)

setConnectUrl

public void setConnectUrl(String connectUrl)

addProperty

public void addProperty(String s)

getConnection

public Connection getConnection()
                         throws SQLException
Specified by:
getConnection in interface ConnectionFactory
SQLException


Copyright © Sourceforge. All Rights Reserved.