|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RawDiagnosticTable
An interface that allows for the inspection and repair of the raw data in a file. This is used for table debugging and the repair of damaged files.
Field Summary | |
---|---|
static int |
COMMITTED_ADDED
Statics that represent the various states of a record. |
static int |
COMMITTED_REMOVED
Statics that represent the various states of a record. |
static int |
DELETED
Statics that represent the various states of a record. |
static int |
RECORD_STATE_ERROR
Denotes an erroneous record state. |
static int |
UNCOMMITTED
Statics that represent the various states of a record. |
Method Summary | |
---|---|
TObject |
getCellContents(int column,
int record_index)
Returns the contents of the given cell in this table. |
DataTableDef |
getDataTableDef()
Returns the DataTableDef object that describes the logical topology of the columns in this table. |
int |
physicalRecordCount()
Returns the number of physical records in the table. |
java.lang.String |
recordMiscInformation(int record_index)
Returns any misc information regarding this row as a human readable string. |
int |
recordSize(int record_index)
The number of bytes the record takes up on the underlying media. |
int |
recordState(int record_index)
Returns the state of the given record index. |
Field Detail |
---|
static final int UNCOMMITTED
static final int COMMITTED_ADDED
static final int COMMITTED_REMOVED
static final int DELETED
static final int RECORD_STATE_ERROR
Method Detail |
---|
int physicalRecordCount()
DataTableDef getDataTableDef()
int recordState(int record_index)
int recordSize(int record_index)
TObject getCellContents(int column, int record_index)
java.lang.String recordMiscInformation(int record_index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |