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

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

Uses of TableManager in test.database
 

Methods in test.database that return TableManager
static TableManager TableManagerTest.getTableManagerWithDbManagerString()
           
static TableManager TableManagerTest.getTableManagerWithDbManagerTable()
           
 

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

Methods in uk.ac.ed.inf.utils.database that return TableManager
 TableManager TableRow.getTableManager()
           
 TableManager TableManaged.getTableManager()
           
 TableManager DbManager.getTableManager(java.lang.String tableName)
           
 TableManager DbManager.getTableManager(Table table)
           
 

Constructors in uk.ac.ed.inf.utils.database with parameters of type TableManager
TableCreator(TableManager tableManager, Table table)
           
TableManaged(DbManager dbManager, TableManager tableManager)
           
TableReader(TableManager tableManager)
           
TableRow(TableManager manager)
           
TableRow(TableManager manager, java.util.TreeMap<java.lang.String,java.lang.String> columnToValueMap)
          the auto-generated key of this row in its table (if available)
TableRow(TableManager manager, java.util.Vector<java.lang.String> columns, java.util.Vector<java.lang.String> values)
           
TableWriter(TableManager tableManager)
          Constructor 2: takes the table name and a list of fields