Interface | Description |
---|---|
IsamResult<T> |
Interface IsamResult represents the result from a find operation.
|
IsamSource |
Interface IsamSource represents an ISAM source.
|
Class | Description |
---|---|
Key<T> |
Class Key represent a key in the ISAM file.
|
Key0<T> |
Class Key0 represent a key with index 0 in the ISAM file.
|
Key1<T> |
Class Key1 represent a key with index 1 in the ISAM file.
|
Key2<T> |
Class Key2 represent a key with index 2 in the ISAM file.
|
KeyInfo |
Class FieldInfo contains information about a ISAM key field needed for access.
|
KeyInfoArrayCache |
Class KeyInfoArrayCache caches KeyInfo array objects in a singleton cache.
|
LogHelper |
Class LogHelper provide some utility methods for logging.
|
Util |
Utility class to find all matching records.
|
Exception | Description |
---|---|
IsamException |
Class IsamException encapsulates exceptions related to ISAM processing.
|
Annotation Type | Description |
---|---|
KeyField |
Annotation for key fields.
|