当前位置:网站首页>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 . |
边栏推荐
- Groovy, "try with resources" construction alternative
- The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
- The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
- 简单理解svg
- Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???
- 创建+注册 子应用_定义路由,全局路由与子路由
- Visual yolov5 format data set (labelme JSON file)
- Solution for processing overtime orders (Overtime unpaid)
- Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
- Distributed transaction solution
猜你喜欢

stm32F407-------DMA
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)

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

Memory pool (understand the process of new developing space from the perspective of kernel)

What are the key points often asked in the redis interview

MySQL learning 03

stm32F407-------ADC

The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo

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

Solution for processing overtime orders (Overtime unpaid)
随机推荐
Servlet中数据传到JSP页面使用el表达式${}无法显示问题
各国Web3现状与未来
GBase 8c触发器(三)
SPI机制
easyExcel
单词单词单词
Memory pool (understand the process of new developing space from the perspective of kernel)
GBase 8c系统表-pg_amproc
easyPOI
8 free, HD, copyright free video material download websites are recommended
Gbase 8C system table PG_ collation
线程安全的单例模式
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
How to deal with cache hot key in redis
Explore the conversion between PX pixels and Pt pounds, mm and MM
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
stm32F407-------DMA
Summary of ES6 filter() array filtering methods
内存池(内核角度理解new开辟空间的过程)
Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk