Uses of Class
nl.knaw.dans.common.dbflib.Table

Uses of Table in nl.knaw.dans.common.dbflib
 

Methods in nl.knaw.dans.common.dbflib that return Table
 Table Database.addTable(String name, List<Field> fields)
          Adds a new Table object to the set of Tables maintained by this Database object and returns it.
 Table Database.getTable(String name)
          Returns the Table object with the specified name or null if it has not been added yet.
 

Methods in nl.knaw.dans.common.dbflib with parameters of type Table
 void Database.removeTable(Table table)
          Removes a Table object from the list of Table objects maintained by this Database object.
 



Copyright © 2009-2012 DANS. All Rights Reserved.