当前位置:网站首页>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_amproc
- Restcloud ETL cross database data aggregation operation
- iptables 4层转发
- Summary of ES6 filter() array filtering methods
- Tongda OA homepage portal workbench
- What are the key points often asked in the redis interview
- Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
- 微服务组件Sentinel (Hystrix)详细分析
- Awk from entry to burial (1) awk first meeting
- elastic stack
猜你喜欢
4. 类和对象
Distributed transaction solution
[shutter] bottom navigation bar implementation (bottomnavigationbar bottom navigation bar | bottomnavigationbaritem navigation bar entry | pageview)
easyExcel
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
Producer consumer model based on thread pool (including blocking queue)
Create + register sub apps_ Define routes, global routes and sub routes
Detailed introduction to the deployment and usage of the Nacos registry
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
Ni visa fails after LabVIEW installs the third-party visa software
随机推荐
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
JS的装箱和拆箱
Prohibited package name
Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
Detailed analysis of micro service component sentinel (hystrix)
COM和CN
内存池(内核角度理解new开辟空间的过程)
How to deal with cache hot key in redis
Socket programming
Groovy, "try with resources" construction alternative
awk从入门到入土(1)awk初次会面
Memory pool (understand the process of new developing space from the perspective of kernel)
Swift development learning
5.文件操作
Cfdiv2 fixed point guessing- (interval answer two points)
Qt之QComboBox添加QCheckBox(下拉列表框插入复选框,含源码+注释)
微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題
GBase 8c系统表-pg_class
GBase 8c系统表-pg_amop
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque