All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----xBaseJ.Client.Field | +----xBaseJ.Client.DateField
Summary |
public class DateField extends xBaseJ.Client.Field { // Methods 5 public char getType(); public void put(String) throws xBaseJException; public void put(Calendar) throws xBaseJException; public void put(long) throws xBaseJException;public char type(); }
xBaseJ - java access to dBase files
Copyright 1997-1999 - American Coders, LTD - Raleigh NC USA
All rights reserved
Currently supports only dBase III format DBF, DBT and NDX files
dBase IV format DBF, DBT, MDX and NDX files
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27615 USA
1-919-846-2014
http://www.americancoders.com
Methods |
· type | Summary | Top |
public char type()
Note: type() is deprecated use getType
- Returns:
- char 'D' indicating a date field
- Overrides:
- type in class Field
· getType | Summary | Top |
public char getType()
- Returns:
- char 'D' indicating a date field
- Overrides:
- getType in class Field
· put | Summary | Top |
public void put(String inValue) throws xBaseJException
sets field contents by a String parameter.
Parameter Description String containing date value
- Throws: xBaseJException
- most likely formatting error
- Overrides:
- put in class Field
· put | Summary | Top |
public void put(Calendar inValue) throws xBaseJException
sets field contents by a Java Calendar object.
Parameter Description java.util.Calendar containing date value
- Throws: xBaseJException
- most likely formatting error
· put | Summary | Top |
public void put(long inValue) throws xBaseJException
sets field contents by a long value
Parameter Description long containing date value
- Throws: xBaseJException
- most likely formatting error
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7