ColumnMask |
Dynamic data mask that can be applied to a schema column.
|
ColumnMask.Masker |
|
ColumnMask.Raw |
A parsed but not prepared column mask.
|
DefaultMaskingFunction |
A MaskingFunction that returns a fixed replacement value for the data type of its single argument.
|
HashMaskingFunction |
A MaskingFunction that replaces the specified column value by its hash according to the specified
algorithm.
|
MaskingFcts |
A collection of MaskingFunction s for dynamic data masking, meant to obscure the real value of a column.
|
MaskingFunction |
A NativeScalarFunction that totally or partially replaces the original value of a column value,
meant to obscure the real value of the column.
|
MaskingFunction.Factory |
|
NullMaskingFunction |
|
PartialMaskingFunction |
|
ReplaceMaskingFunction |
A MaskingFunction that replaces the specified column value by a certain replacement value.
|