Uses of Class
uk.ac.ed.inf.utils.database.Table

Packages that use Table
test.database   
uk.ac.ed.inf.utils.database   
 

Uses of Table in test.database
 

Methods in test.database that return Table
static Table TableTest.getTest1Table()
           
 

Uses of Table in uk.ac.ed.inf.utils.database
 

Methods in uk.ac.ed.inf.utils.database with parameters of type Table
 TableManager DbManager.getTableManager(Table table)
           
 

Constructors in uk.ac.ed.inf.utils.database with parameters of type Table
TableCreator(TableManager tableManager, Table table)
           
TableManager(DbManager dbManager, Table table)