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

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

Methods in nl.knaw.dans.common.dbflib that return types with arguments of type Field
 List<Field> Table.getFields()
          Returns a List of Field objects, which provide a description of each field (column) in the table.
 

Methods in nl.knaw.dans.common.dbflib with parameters of type Field
protected abstract  byte[] Value.doGetRawValue(Field aField)
          Converts the typed value to a byte array, according to the field specifications provided.
protected  byte[] StringValue.doGetRawValue(Field field)
           
protected  byte[] NumberValue.doGetRawValue(Field field)
           
protected  byte[] DateValue.doGetRawValue(Field field)
           
protected  byte[] ByteArrayValue.doGetRawValue(Field field)
           
protected  byte[] BooleanValue.doGetRawValue(Field field)
           
 byte[] Record.getRawValue(Field field)
          Returns the raw field value.
 

Method parameters in nl.knaw.dans.common.dbflib with type arguments of type Field
 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.
 

Constructors in nl.knaw.dans.common.dbflib with parameters of type Field
Value(Field originalField, byte[] rawValue)
          Constructs a Value object with the specified raw value.
 

Constructor parameters in nl.knaw.dans.common.dbflib with type arguments of type Field
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.
 



Copyright © 2009-2012 DANS. All Rights Reserved.