当前位置:网站首页>GBase 8c系统表pg_cast
GBase 8c系统表pg_cast
2022-07-03 02:18:00 【大壮十二】
pg_cast系统表存储数据类型之间的转化关系。
名称 | 类型 | 引用 | 描述 |
oid | oid | 行标识符(隐藏属性,必须被显式选择才会显示) | |
castsource | oid | pg_type.oid | 源数据类型的OID |
casttarget | oid | pg_type.oid | 目标数据类型的OID |
castfunc | oid | pg_proc.oid | 执行该转换的函数的OID。如果该转换方法不需要一个函数则存储0。 |
castcontext | char | 指示该转换能被调用的环境。 e表示仅能作为一个显式转换(使用CAST或::语法)。 a表示在赋值给目标列时隐式调用, 和显式调用一样。 i表示在表达式中隐式调用,和其他转换一样。 | |
castmethod | char | 指示转换如何被执行。 f表明使用castfunc中指定的函数。 i表明使用输入/输出函数。 b表明该类型是二进制可转换的,因此不需要转换。 |
边栏推荐
- COM和CN
- Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
- oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
- SPI机制
- Distributed transaction solution
- The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
- [Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
- QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
- [Flutter] dart: class;abstract class;factory;类、抽象类、工厂构造函数
- 4. Classes and objects
猜你喜欢
Anna: Beibei, can you draw?
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
stm32F407-------DMA
Memory pool (understand the process of new developing space from the perspective of kernel)
深度学习笔记(持续更新中。。。)
Create + register sub apps_ Define routes, global routes and sub routes
Tongda OA V12 process center
Detailed introduction to the usage of Nacos configuration center
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
随机推荐
My creation anniversary
Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
[shutter] hero animation (hero realizes radial animation | hero component createrecttween setting)
5.文件操作
Cancellation of collaboration in kotlin, side effects of cancellation and overtime tasks
Return a tree structure data
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
easyExcel
Machine learning process and method
Summary of ES6 filter() array filtering methods
Stm32f407 ------- IIC communication protocol
可视化yolov5格式数据集(labelme json文件)
What are the key points often asked in the redis interview
GBase 8c系统表-pg_amproc
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
Socket programming
The Sandbox阐释对元宇宙平台的愿景
The sandbox explains its vision for the meta universe platform
Groovy, "try with resources" construction alternative
MySQL学习03