Class UnchangedToastedPlaceholder

java.lang.Object
io.debezium.connector.postgresql.UnchangedToastedPlaceholder

public class UnchangedToastedPlaceholder extends Object
Helper that returns placeholder values for unchanged toasted columns. The configured placeholder is converted to a data type that is compatible with the given column type.
Author:
Praveen Burgu
  • Field Details

    • placeholderValues

      private final Map<Object,Object> placeholderValues
    • toastPlaceholderBinary

      private final byte[] toastPlaceholderBinary
    • toastPlaceholderString

      private final String toastPlaceholderString
    • toastPlaceholderHstore

      private final Map<String,String> toastPlaceholderHstore
  • Constructor Details

  • Method Details

    • getValue

      public Optional<Object> getValue(Object obj)
    • getToastPlaceholderBinary

      public byte[] getToastPlaceholderBinary()
    • getToastPlaceholderString

      public String getToastPlaceholderString()