| java.lang.Object com.sqlmagic.tinysql.tinySQLTable com.sqlmagic.tinysql.dbfFileTable
dbfFileTable | public class dbfFileTable extends tinySQLTable (Code) | | dBase read/write access
author: Brian Jepson author: Marcel Ruff Added write access to dBase and JDK 2 support author: Thomas Morgner Added caching for the current read row. A row author: is now read only once and substrings are generated by each call to GetCol. Incredibly author: increased read speed when little memory is available and disks are slow. |
DECIMAL_COUNT_INDEX | final static int DECIMAL_COUNT_INDEX(Code) | | |
FIELD_LENGTH_INDEX | final static int FIELD_LENGTH_INDEX(Code) | | |
FIELD_NAME_INDEX | final static int FIELD_NAME_INDEX(Code) | | |
FIELD_RESERVED_INDEX | final static int FIELD_RESERVED_INDEX(Code) | | |
FIELD_TYPE_INDEX | final static int FIELD_TYPE_INDEX(Code) | | |
IMU_INDEX | final static int IMU_INDEX(Code) | | |
IS_DELETED_INDEX | final static int IS_DELETED_INDEX(Code) | | |
RECORD_IS_DELETED | final static char RECORD_IS_DELETED(Code) | | |
RECORD_IS_NOT_DELETED | final static char RECORD_IS_NOT_DELETED(Code) | | |
currentRecordNumber | int currentRecordNumber(Code) | | |
fileOpen | public boolean fileOpen(Code) | | |
GetRowCount | public int GetRowCount()(Code) | | |
getRecordLength | public int getRecordLength()(Code) | | End methods implemented from tinySQLTable.java
the rest of this stuff is private methods
for dbfFileTable.
Length in bytes of one row or 0 if not known |
isDeleted | public static boolean isDeleted(String record)(Code) | | |
isOpen | public boolean isOpen()(Code) | | |
|
|