Class LobUnderConstructionTest

java.lang.Object
io.debezium.connector.oracle.logminer.processor.LobUnderConstructionTest

public class LobUnderConstructionTest extends Object
  • Constructor Details

    • LobUnderConstructionTest

      public LobUnderConstructionTest()
  • Method Details

    • 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()