| Modifier and Type | Method and Description | 
|---|---|
String | 
Fldid_to_name(int fldId)
Returns the name of the field corresponding to the given 
 field id. 
 | 
String[] | 
getFldNames()
Returns an array of strings representing the names of the
 fields in the table. 
 | 
int | 
name_to_Fldid(String name)
Returns the id of the field corresponding to the given name. 
 | 
public String Fldid_to_name(int fldId)
Fldid_to_name in interface FldTblfldId - The field id of the field.public String[] getFldNames()
getFldNames in interface FldTblpublic int name_to_Fldid(String name)
name_to_Fldid in interface FldTblname - The name of the field.