当前位置:网站首页>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 . |
边栏推荐
- 通达OA 首页门户工作台
- awk从入门到入土(1)awk初次会面
- Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing
- Leetcode (540) -- a single element in an ordered array
- GBase 8c系统表-pg_am
- Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
- Trial setup and use of idea GoLand development tool
- [Yu Yue education] reference materials of love psychology of China University of mining and technology
- [shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
- 通达OA v12流程中心
猜你喜欢

y54.第三章 Kubernetes从入门到精通 -- ingress(二七)

通达OA v12流程中心

SPI mechanism

RestCloud ETL 跨库数据聚合运算

Depth (penetration) selector:: v-deep/deep/ and > > >

Awk from introduction to earth (0) overview of awk
![[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)](/img/ac/bf83f319ea787c5abd7ac3fabc9ede.jpg)
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)

详细些介绍如何通过MQTT协议和华为云物联网进行通信

Detailed analysis of micro service component sentinel (hystrix)

Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
随机推荐
Gbase 8C system table PG_ conversion
CFdiv2-Fixed Point Guessing-(区间答案二分)
Exception handling in kotlin process
How do browsers render pages?
《上市风云》荐书——唯勇气最可贵
Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
Leetcode 183 Customers who never order (2022.07.02)
Coroutinecontext in kotlin
Word word word
【CodeForces】CF1338A - Powered Addition【二进制】
Tongda OA V12 process center
GBase 8c系统表-pg_conversion
What are MySQL locks and classifications
GBase 8c触发器(二)
5.文件操作
Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
Stm32f407 ------- IIC communication protocol
PyTorch 卷积网络正则化 DropBlock
UDP receive queue and multiple initialization test