Package org.opennms.bb.common.db

Class Summary
DBConnection This class is responsible for opening up the proper database (information contained in the system property file) and for executing various types of statements against the database such as SELECT statements and CREATE statements.
 

Exception Summary
DBOpenFailureException This exception is used to indicate that the application was unable to open a connection to the database.