Class SelectLobParserTest
- java.lang.Object
-
- io.debezium.connector.oracle.logminer.SelectLobParserTest
-
public class SelectLobParserTest extends Object
Unit tests for the Oracle LogMinerSEL_LOB_LOCATORoperation parser,SelectLobParser.- Author:
- Chris Cranford
-
-
Constructor Summary
Constructors Constructor Description SelectLobParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldParseComplexBlobBasedLobSelect()voidshouldParseComplexClobBasedLobSelect()voidshouldParseSimpleBlobBasedLobSelect()voidshouldParseSimpleClobBasedLobSelect()
-
-
-
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
-
-