当前位置:网站首页>Gbase 8C system table PG_ cast
Gbase 8C system table PG_ cast
2022-07-03 02:22:00 【Dazhuang twelve】
pg_cast The system table stores the conversion relationship between data types .
name | type | quote | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) | |
castsource | oid | pg_type.oid | Source data type OID |
casttarget | oid | pg_type.oid | Target data type OID |
castfunc | oid | pg_proc.oid | Of the function that performs the transformation OID. If the conversion method does not need a function, store 0. |
castcontext | char | Indicates the environment in which the transformation can be invoked . e The representation can only be used as an explicit conversion ( Use CAST or :: grammar ). a Indicates that... Is implicitly called when assigning a value to the target column , As with explicit calls . i Indicates that... Is implicitly called in an expression , Like other transformations . | |
castmethod | char | Indicates how the transformation is performed . f Indicate the use of castfunc Function specified in . i Indicates the use of input / Output function . b Indicates that the type is binary convertible , Therefore, there is no need to convert . |
边栏推荐
- GBase 8c系统表-pg_constraint
- 单词单词单词
- Awk from introduction to earth (0) overview of awk
- What are MySQL locks and classifications
- Visual yolov5 format data set (labelme JSON file)
- Thread safe singleton mode
- JS的装箱和拆箱
- Gbase 8C system table PG_ authid
- Current situation and future of Web3 in various countries
- 【 tutoriel】 Chrome ferme les cors et les messages de la politique inter - domaines et apporte des cookies à travers les domaines
猜你喜欢
Servlet中数据传到JSP页面使用el表达式${}无法显示问题
8 free, HD, copyright free video material download websites are recommended
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
返回一个树形结构数据
What are the key points often asked in the redis interview
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
微服务组件Sentinel (Hystrix)详细分析
MySQL learning 03
随机推荐
es6 filter() 数组过滤方法总结
简单理解svg
javeScript 0.1 + 0.2 == 0.3的问题
awk从入门到入土(3)awk内置函数printf和print实现格式化打印
The sandbox explains its vision for the meta universe platform
使用Go语言实现try{}catch{}finally
Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
返回一个树形结构数据
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
RestCloud ETL 跨库数据聚合运算
CFdiv2-Fixed Point Guessing-(区间答案二分)
Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
Pytorch convolution network regularization dropblock
力扣(LeetCode)183. 从不订购的客户(2022.07.02)
Detailed analysis of micro service component sentinel (hystrix)
require.context
What are MySQL locks and classifications
Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt