Class SelectLobParserTest


  • public class SelectLobParserTest
    extends Object
    Unit tests for the Oracle LogMiner SEL_LOB_LOCATOR operation parser, SelectLobParser.
    Author:
    Chris Cranford
    • Field Detail

      • parser

        private static io.debezium.connector.oracle.logminer.parser.SelectLobParser parser
    • Constructor Detail

      • SelectLobParserTest

        public SelectLobParserTest()
    • Method Detail

      • shouldParseSimpleClobBasedLobSelect

        @FixFor("DBZ-2948")
        public void shouldParseSimpleClobBasedLobSelect()
                                                 throws Exception
        Throws:
        Exception
      • shouldParseSimpleBlobBasedLobSelect

        @FixFor("DBZ-2948")
        public void shouldParseSimpleBlobBasedLobSelect()
                                                 throws Exception
        Throws:
        Exception
      • shouldParseComplexClobBasedLobSelect

        @FixFor("DBZ-2948")
        public void shouldParseComplexClobBasedLobSelect()
                                                  throws Exception
        Throws:
        Exception
      • shouldParseComplexBlobBasedLobSelect

        @FixFor("DBZ-2948")
        public void shouldParseComplexBlobBasedLobSelect()
                                                  throws Exception
        Throws:
        Exception