public class SequenceInformationExtractorH2DatabaseImpl extends java.lang.Object implements SequenceInformationExtractor
| Modifier and Type | Field and Description |
|---|---|
static SequenceInformationExtractorH2DatabaseImpl |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
SequenceInformationExtractorH2DatabaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<SequenceInformation> |
extractMetadata(ExtractionContext extractionContext)
Get the information about sequences.
|
public static final SequenceInformationExtractorH2DatabaseImpl INSTANCE
public SequenceInformationExtractorH2DatabaseImpl()
public java.lang.Iterable<SequenceInformation> extractMetadata(ExtractionContext extractionContext) throws java.sql.SQLException
SequenceInformationExtractorextractMetadata in interface SequenceInformationExtractorextractionContext - 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.