|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JdbcSequencer

The interface for a DNA sequencer that processes a JDBC connection (for instance, JDBC Metadata) and stores in the repository.
Implementations must provide a no-argument constructor.
| Method Summary | |
|---|---|
void |
sequence(Connection connection,
SequencerOutput output,
StreamSequencerContext context)
Sequence the data found in the a JDBC connection (for instance, JDBC Metadata). |
| Method Detail |
|---|
void sequence(Connection connection,
SequencerOutput output,
StreamSequencerContext context)
connection - the JDBC connection to be sequenced; never nulloutput - the output from the sequencing operation; never nullcontext - the context for the sequencing operation; never null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||