当前位置:网站首页>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 . |
边栏推荐
- cvpr2022去雨去雾
- Create + register sub apps_ Define routes, global routes and sub routes
- [tutorial] chrome turns off cross domain policies CORS and samesite, and brings cookies across domains
- es6 filter() 数组过滤方法总结
- [shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
- awk从入门到入土(2)认识awk内置变量和变量的使用
- Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
- 詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信
- Depth (penetration) selector:: v-deep/deep/ and > > >
- 返回一个树形结构数据
猜你喜欢

微服务组件Sentinel (Hystrix)详细分析

创建+注册 子应用_定义路由,全局路由与子路由

Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???

stm32F407-------ADC

Machine learning notes (constantly updating...)

Create + register sub apps_ Define routes, global routes and sub routes
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)

elastic stack

使用Go语言实现try{}catch{}finally

How do it students find short-term internships? Which is better, short-term internship or long-term internship?
随机推荐
Gbase 8C system table PG_ conversion
Groovy, "try with resources" construction alternative
GBase 8c系统表-pg_conversion
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
Detailed introduction to the usage of Nacos configuration center
easyExcel
Summary of ES6 filter() array filtering methods
苏世民:25条工作和生活原则
基于线程池的生产者消费者模型(含阻塞队列)
Deep learning notes (constantly updating...)
GBase 8c系统表-pg_attribute
Distributed transaction solution
GBase 8c系统表pg_database
Unrecognized SSL message, plaintext connection?
stm32F407-------IIC通讯协议
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
Use go language to realize try{}catch{}finally
require. context
Depth (penetration) selector:: v-deep/deep/ and > > >
使用Go语言实现try{}catch{}finally