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.
|
DBFieldMap |
DBFieldMap provides a database-backed map of non-unique Field values to long values.
|
DBHandle |
DBHandle provides access to an open database.
|
DBInitializer |
|
Field |
Field is an abstract data wrapper for use with Records.
|
FieldIndexTable |
|
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.
|
Record |
Record provides a portable container for data
associated with a fixed schema defined by a list of Fields.
|
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.
|
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 |
|