org.jboss.dna.graph.sequencers
Interface JdbcSequencer


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.

Author:
Sergiy Litsenko

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

sequence

void sequence(Connection connection,
              SequencerOutput output,
              StreamSequencerContext context)
Sequence the data found in the a JDBC connection (for instance, JDBC Metadata).

Parameters:
connection - the JDBC connection to be sequenced; never null
output - the output from the sequencing operation; never null
context - the context for the sequencing operation; never null


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.