Available in versions: Dev (3.22) | Latest (3.21)

Redacted column behaviour

Supported by ❌ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

When using is redacted columns, the Settings.redact flag specifies whether columns whose DataType.redacted() flag is set to true will be redacted in which context:

Example configuration

Settings settings = new Settings()
    .redact(Redact.ALL_FORMATS); // Defaults to TEXT_ONLY

References to this page

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo