All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----xBaseJ.Field | +----xBaseJ.CharField
Summary |
public class CharField extends xBaseJ.Field { // Constructors 1 public CharField(String, int) throws xBaseJException, IOException; // Methods 2 public char getType();public char type(); }
Constructors |
· CharField | Summary | Top |
public CharField(String iName, int iLength) throws xBaseJException, IOException
public method for creating a CharacterField object. It is not associated with a database but can be when used with some DBF methods.
Parameter Description Name the name of the field Length length of Field, range 1 to 254 bytes
- Throws: xBaseJException
- invalid length
- Throws: IOException
- can not occur but defined for calling methods
See Also: Field
Methods |
· type | Summary | Top |
public char type()
Note: type() is deprecated use getType
return the character 'C' indicating a character Field
- Overrides:
- type in class Field
· getType | Summary | Top |
public char getType()
return the character 'C' indicating a character Field
- Overrides:
- getType in class Field
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7