public interface RecordConsumer
RecordSource
.Modifier and Type | Method and Description |
---|---|
void |
process(RecordSource source)
Processes all records from specified record source.
|
void process(RecordSource source)
next
to retrieve each
record from the source. It may simply return if it needs to ignore this source. It may also scan the
source as many times as it needs using the methods of RecordSource
.
The position
of the source after return of this method may be arbitrary.source
- the record source.Copyright © 2002–2025 Devexperts LLC. All rights reserved.