net.sourceforge.pbeans.data
Interface DatabaseFactory

All Known Implementing Classes:
DefaultDatabaseFactory

public interface DatabaseFactory

Factory of Database instances.


Method Summary
 Database getDatabase(javax.sql.DataSource store)
          Should build a proper Database implementation depending on the underlying RDBMS given by store.
 

Method Detail

getDatabase

Database getDatabase(javax.sql.DataSource store)
                     throws java.sql.SQLException
Should build a proper Database implementation depending on the underlying RDBMS given by store.

Throws:
java.sql.SQLException