Class TransactionCommitConsumer.LobUnderConstruction

    • Constructor Detail

      • LobUnderConstruction

        LobUnderConstruction()
    • Method Detail

      • compact

        void compact()
      • merge

        Object merge()
        Merges all LOB fragments. Returns: - null if the isNull flag is set - "EMPTY_BLOB()" or "EMPTY_CLOB()" the lob is empty, but isNull is not set - a single String for (N)CLOB - a single byte[] from BLOB Any holes will be filled with spaces (CLOB) or zero bytes (BLOB) as per the specification of DBMS_LOB.WRITE.