Interface SequenceInformationExtractor

    • Method Detail

      • extractMetadata

        Iterable<SequenceInformation> extractMetadata​(ExtractionContext extractionContext)
                                               throws SQLException
        Get the information about sequences.
        Parameters:
        extractionContext - Access to resources needed to perform the extraction
        Returns:
        The extracted information about existing sequences.
        Throws:
        SQLException - Don't bother handling SQLExceptions (unless you want to), we will deal with them in the caller.