| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Version in nl.knaw.dans.common.dbflib | 
|---|
| Methods in nl.knaw.dans.common.dbflib that return Version | |
|---|---|
 Version | 
Table.getVersion()
Returns the version of DBF use to write to the table file.  | 
static Version | 
Version.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static Version[] | 
Version.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Constructors in nl.knaw.dans.common.dbflib with parameters of type Version | |
|---|---|
Database(File databaseDirectory,
         Version version)
Creates a new Database object.  | 
|
Database(File databaseDirectory,
         Version version,
         String charsetName)
Creates a new Database object.  | 
|
Table(File tableFile,
      Version version,
      List<Field> fields)
As Table.Table(File, Version, List, String) but uses the platform's default character set. | 
|
Table(File tableFile,
      Version version,
      List<Field> fields,
      String charsetName)
Creates a new Table object.  | 
|
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||