public interface SequenceInformationExtractor
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<SequenceInformation> |
extractMetadata(ExtractionContext extractionContext)
Get the information about sequences.
|
java.lang.Iterable<SequenceInformation> extractMetadata(ExtractionContext extractionContext) throws java.sql.SQLException
extractionContext
- Access to resources needed to perform the extractionjava.sql.SQLException
- Don't bother handling SQLExceptions (unless you want to), we will deal with them in the
caller.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.