Class DataEncryptionMetadata

    • Method Detail

      • allowCleartext

        public final Boolean allowCleartext()

        Indicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).

        Returns:
        Indicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).
      • allowDuplicates

        public final Boolean allowDuplicates()

        Indicates whether Fingerprint columns can contain duplicate entries (TRUE) or are to contain only non-repeated values (FALSE).

        Returns:
        Indicates whether Fingerprint columns can contain duplicate entries (TRUE) or are to contain only non-repeated values (FALSE).
      • allowJoinsOnColumnsWithDifferentNames

        public final Boolean allowJoinsOnColumnsWithDifferentNames()

        Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE) or can only be joined on Fingerprint columns of the same name (FALSE).

        Returns:
        Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (TRUE) or can only be joined on Fingerprint columns of the same name (FALSE).
      • preserveNulls

        public final Boolean preserveNulls()

        Indicates whether NULL values are to be copied as NULL to encrypted tables (TRUE) or cryptographically processed (FALSE).

        Returns:
        Indicates whether NULL values are to be copied as NULL to encrypted tables (TRUE) or cryptographically processed (FALSE).
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)