Float[] |
Dbf.getFloatCol(int col) |
Fetches a column of Floats from the database file.
|
Float[] |
Dbf.getFloatCol(int col,
int start,
int end) |
Fetches a part column of Floats from the database file.
|
Double[] |
DbfFile.getFloatCol(int col) |
Fetches a column of Double from the database file.
|
Double[] |
DbfFile.getFloatCol(int col,
int start,
int end) |
Fetches a part column of Double from the database file.
|
Integer[] |
Dbf.getIntegerCol(int col) |
Fetches a column of Integers from the database file.
|
Integer[] |
Dbf.getIntegerCol(int col,
int start,
int end) |
Fetches a part column of Integers from the database file.
|
Integer[] |
DbfFile.getIntegerCol(int col) |
Fetches a column of Integers from the database file.
|
Integer[] |
DbfFile.getIntegerCol(int col,
int start,
int end) |
Fetches a part column of Integers from the database file.
|
String[] |
Dbf.getStringCol(int col) |
Fetches a column of Strings from the database file.
|
String[] |
Dbf.getStringCol(int col,
int start,
int end) |
Fetches a part column of Strings from the database file.
|
String[] |
DbfFile.getStringCol(int col) |
Fetches a column of Strings from the database file.
|
String[] |
DbfFile.getStringCol(int col,
int start,
int end) |
Fetches a part column of Strings from the database file.
|
void |
DbfFileWriter.writeRecord(Vector rec) |
|
void |
DbfFileWriter.writeRecords(Vector[] recs) |
|