
# GS_ENCRYPTED_PROC
GS_ENCRYPTED_PROC系统表提供了密态函数/存储过程函数参数、返回值的原始数据类型，加密列等信息。
表1GS_ENCRYPTED_PROC字段 
| 名称                  | 类型                          | 描述                                                                                                                                                                       |
|:---|:---|:---|
| oid                 | oid                         | 行标识符（隐含字段）。                                                                                                                                                              |
| func_id             | oid                         | function的oid，对应系统表[PG_PROC](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-0958.html#ZH-CN_TOPIC_0000002527986382)中的oid行标识符。                     |
| prorettype_orig     | integer                     | 返回值的原始数据类型。                                                                                                                                                              |
| last_change         | timestamp without time zone | 密态函数上次修改的时间。                                                                                                                                                             |
| proargcachedcol     | oidvector                   | 函数INPUT参数对应的加密列的oid，对应系统表[GS_ENCRYPTED_COLUMNS](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-0858.html#ZH-CN_TOPIC_0000002559106075)中的oid行标识符。 |
| proallargtypes_orig | oid\[\]                     | 所有函数参数的原始数据类型。                                                                                                                                                           |
   
