|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Table s 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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |