Uses of Class
rdbtoonto.dbmodel.Table

Packages that use Table
rdbtoonto.dbmodel   
 

Uses of Table in rdbtoonto.dbmodel
 

Methods in rdbtoonto.dbmodel that return Table
 Table TableDef.getTable()
           
 Table Database.getTable(java.lang.String name)
           
 

Methods in rdbtoonto.dbmodel that return types with arguments of type Table
 java.util.Vector<Table> Database.getTables()
           
 

Methods in rdbtoonto.dbmodel with parameters of type Table
 void Database.addTable(Table table)
           
 java.util.Set<java.lang.Integer> Database.getPos(Table tab, java.util.Set<java.lang.String> recIds)
           
 void Database.removeTable(Table tab)
           
 void TableDef.setTable(Table table)
           
 

Method parameters in rdbtoonto.dbmodel with type arguments of type Table
 void Database.setTables(java.util.Vector<Table> tables)