|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Field in xBaseJ |
Subclasses of Field in xBaseJ | |
class |
CharField
|
class |
DateField
|
class |
FloatField
|
class |
LogicalField
|
class |
MemoField
|
class |
NumField
|
class |
PictureField
|
Methods in xBaseJ that return Field | |
Field |
DBF.getField(int i)
returns a Field object by its relative position |
Field |
DBF.getField(java.lang.String name)
returns a Field object by its name in the database |
Methods in xBaseJ with parameters of type Field | |
void |
DBF.addField(Field aField)
adds a new Field to a database |
void |
DBF.addField(Field[] aField)
adds an array of new Fields to a database |
void |
DBF.dropField(Field aField)
removes a Field from a database NOT FULLY IMPLEMENTED |
void |
DBF.changeField(Field oldField,
Field newField)
changes a Field in a database NOT FULLY IMPLEMENTED |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |