BinaryCodedField |
Allows various non-database supported data types to be
encoded within a BinaryField which may be stored within the
database.
|
BinaryField |
BinaryField provides a wrapper for variable length binary data which is read or
written to a Record.
|
BooleanField |
BooleanField provides a wrapper for boolean data which is read or
written to a Record.
|
ByteField |
ByteField provides a wrapper for single signed byte data
which is read or written to a Record.
|
ChainedBuffer |
DBBuffer provides storage for large data objects utilizing a common
buffer management system.
|
ConvertedRecordIterator |
ConvertedRecordIterator provides a RecordIterator wrapper
for performing record conversion frequently required when using older
data.
|
Database |
Database facilitates the creation of a DBHandle for accessing
a database.
|
DatabaseUtils |
DatabaseUtils provides a collection of database related utilities.
|
DBBuffer |
DBBuffer facilitates synchronized access to a ChainedBuffer.
|
DBHandle |
DBHandle provides access to an open database.
|
DBInitializer |
|
DBRecord |
Record provides a portable container for data
associated with a fixed schema.
|
Field |
Field is an abstract data wrapper for use with Records.
|
FieldIndexTable |
FieldIndexTable provides a simplified index table whose key is
a fixed or variable length IndexField which consists of a concatenation of
the index field value and associated primary table key.
|
FixedField10 |
FixedField10 provide an unsigned 10-byte fixed-length field value.
|
IntField |
IntField provides a wrapper for 4-byte signed integer data
which is read or written to a Record.
|
KeyToRecordIterator |
|
LongField |
LongField provides a wrapper for 8-byte signed long data
which is read or written to a Record.
|
ObjectStorageAdapterDB |
ObjectStorageAdapterDB provides an ObjectStorage
implementation for use by Saveable objects.
|
Schema |
Class for definining the columns in a Ghidra Database table.
|
ShortField |
ShortField provides a wrapper for 2-byte signed short data
which is read or written to a Record.
|
SparseRecord |
|
StringField |
StringField provides a wrapper for variable length String data which is read or
written to a Record.
|
Table |
Table implementation class.
|
TableStatistics |
Table statistics data
|
TestSpeed |
|
TranslatedRecordIterator |
|