Uses of Package
org.opennms.bb.common.db

Packages that use org.opennms.bb.common.db
org.opennms.bb.common.db   
org.opennms.bb.common.filter   
org.opennms.bb.dp.poller.scheduler.utils   
 

Classes in org.opennms.bb.common.db used by org.opennms.bb.common.db
DBOpenFailureException
          This exception is used to indicate that the application was unable to open a connection to the database.
 

Classes in org.opennms.bb.common.db used by org.opennms.bb.common.filter
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.
DBOpenFailureException
          This exception is used to indicate that the application was unable to open a connection to the database.
 

Classes in org.opennms.bb.common.db used by org.opennms.bb.dp.poller.scheduler.utils
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.
DBOpenFailureException
          This exception is used to indicate that the application was unable to open a connection to the database.