Class LobUnderConstructionTest
- java.lang.Object
-
- io.debezium.connector.oracle.logminer.processor.LobUnderConstructionTest
-
public class LobUnderConstructionTest extends Object
-
-
Constructor Summary
Constructors Constructor Description LobUnderConstructionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private StringencodeBytes(byte[] bytes, int offset, int length)private StringrandomString(int length)voidshouldBuildCorrectLobFromInitialValue()voidshouldHandleNonLinearInsertionOrderWithOverwritesForBlob()voidshouldHandleNonLinearInsertionOrderWithOverwritesForClob()voidshouldMergeCorrectly()
-
-
-
Method Detail
-
shouldBuildCorrectLobFromInitialValue
public void shouldBuildCorrectLobFromInitialValue()
-
shouldMergeCorrectly
public void shouldMergeCorrectly() throws SQLException- Throws:
SQLException
-
randomString
private String randomString(int length)
-
encodeBytes
private String encodeBytes(byte[] bytes, int offset, int length)
-
shouldHandleNonLinearInsertionOrderWithOverwritesForBlob
public void shouldHandleNonLinearInsertionOrderWithOverwritesForBlob()
-
shouldHandleNonLinearInsertionOrderWithOverwritesForClob
public void shouldHandleNonLinearInsertionOrderWithOverwritesForClob()
-
-