public interface RawDiagnosticTable
Modifier and Type | Field | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
static final int UNCOMMITTED
static final int COMMITTED_ADDED
static final int COMMITTED_REMOVED
static final int DELETED
static final int RECORD_STATE_ERROR
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)
Copyright © 2018. All rights reserved.