接口 SequenceInformationExtractor

    • 方法详细资料

      • extractMetadata

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