Uses of Interface
lecturequiz.server.main.DBInterface

Packages that use DBInterface
lecturequiz.server.main   
 

Uses of DBInterface in lecturequiz.server.main
 

Classes in lecturequiz.server.main that implement DBInterface
 class MySQLDB
          Implements a DB backend to MySQL
 

Methods in lecturequiz.server.main that return DBInterface
static DBInterface DBManager.getInstance()
          Returns an instance of a class implementing DBInterface.