更新时间:2022-08-16 GMT+08:00
REDACTION_COLUMNS
REDACTION_COLUMNS视图展示当前数据库内所有脱敏列信息。
名称 |
类型 |
描述 |
---|---|---|
object_owner |
name |
脱敏对象owner |
object_name |
name |
脱敏对象名称 |
column_name |
name |
脱敏列名称 |
function_type |
integer |
脱敏类型 |
function_parameters |
text |
脱敏类型为partial类型时的参数(保留字段,无实际意义) |
regexp_pattern |
text |
脱敏类型为regexp时,pattern串(保留字段,无实际意义) |
regexp_replace_string |
text |
脱敏类型为regexp时,替换串(保留字段,无实际意义) |
regexp_position |
integer |
脱敏类型为regexp时,起始替换位置(保留字段,无实际意义) |
regexp_occurrence |
integer |
脱敏类型为regexp时,替换次数(保留字段,无实际意义) |
regexp_match_parameter |
text |
脱敏类型为regexp时,正则控制参数(保留字段,无实际意义) |
function_info |
text |
脱敏函数信息 |
column_description |
text |
脱敏列描述信息 |
父主题: 系统视图