Class Summary |
DataSink |
Bridge class that adapts DataVisitor API to RecordSink API. |
RecordBuffer |
Buffers int and obj values of data records. |
RecordCursor |
The RecordCursor gives high-performance safe read (and optional write) access to one record
(one row on information in DB terms) directly from any int[] and Object[]
data arrays that might constitute a part of a larger data structure. |
RecordMapping |
Base class for record mappings. |
RecordSource |
Record source is a read-only sequence of records that is available via
RecordCursor using RecordSource.next() method. |