All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----xBaseJ.Client.Field | +----xBaseJ.Client.NumField
Summary |
public class NumField extends xBaseJ.Client.Field { // Methods 7public int decPoint(); public int getDecimalPositionCount(); public char getType(); public void put(double) throws xBaseJException; public void put(String) 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
Cross Reference |
Methods |
· type | Summary | Top |
public char type()
Note: type() is deprecated use getType
- Returns:
- char 'N' indicating a numeric field
- Overrides:
- type in class Field
· getType | Summary | Top |
public char getType()
- Returns:
- char 'N' indicating a numeric field
- Overrides:
- getType in class Field
· decPoint | Summary | Top |
public int decPoint()
Note: decPoint() is deprecated use getDecimalPostionCount
- Returns:
- int - the number of decimal positions
- Overrides:
- decPoint in class Field
· getDecimalPositionCount | Summary | Top |
public int getDecimalPositionCount()
- Returns:
- int - the number of decimal positions
- Overrides:
- getDecimalPositionCount in class Field
· put | Summary | Top |
public void put(String inValue) throws xBaseJException
sets the field contents.
Parameter Description inValue String
- Throws: xBaseJException
- most likely a formatting exception
- Overrides:
- put in class Field
· put | Summary | Top |
public void put(long inValue) throws xBaseJException
sets the field contents.
Parameter Description inValue long
- Throws: xBaseJException
- most likely a formatting exception
· put | Summary | Top |
public void put(double inValue) throws xBaseJException
sets the field contents.
Parameter Description inValue double
- Throws: xBaseJException
- most likely a formatting exception
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7