org.orange.util.integration
Class JDBCConnectionFactory

Direct Known Subclasses:
DriverJDBCConnectionFactory, J2EEJDBCConnectionFactory, StrutsJDBCConnectionFactory

public abstract class JDBCConnectionFactory

Author:
Jérôme Beau
Version: 0.2

Constructor Summary
JDBCConnectionFactory(Preferences somePreferences)
           

Method Summary
 (package private) abstract ConnectiongetConnection()
           

Constructor Detail

JDBCConnectionFactory

public JDBCConnectionFactory(Preferences somePreferences)
Method Detail

getConnection

abstract Connection getConnection()
throws java.sql.SQLException

Dependency Links

to Class org.orange.util.Preferences

to Class java.sql.Connection

to Class java.sql.SQLException

to Class Diagram org.orange.util

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>