当前位置:网站首页>Gbase 8C function / stored procedure parameters (II)
Gbase 8C function / stored procedure parameters (II)
2022-07-03 02:22:00 【Dazhuang twelve】
- RETURNS NULL ON NULL INPUT | STRICT:RETURNS NULL ON NULL INPUT or STRICT Used to specify if a parameter of the function is NULL, This function always returns NULL. If this parameter is declared , When there is NULL Value parameter, the function will not be executed ; It just returns one automatically NULL result ;
- [EXTERNAL] SECURITY INVOKER: Indicates that the function will execute with the permission of the user who calls it , This parameter can be omitted ,EXTERNAL Is an optional parameter ;
- [EXTERNAL] SECURITY DEFINER: Declare that the function will execute with the privileges of the user who created it EXTERNAL Is an optional parameter ;
- PARALLEL: Indicates whether the function can be pushed down to DN On the implementation .PARALLEL UNSAFE Indicates that the function cannot be pushed down to DN Execute on and enforce the use of sequential execution plans , For default options ;PARALLEL RESTRICTED Indicates that the function can be pushed down to DN On the implementation , But the requirement must be in DN Leader On the implementation ;PARALLEL SAFE Indicates that the function can be pushed down to DN On the implementation , Safe and unrestricted ;
- execution_cost: Used to estimate the execution cost of the function ,execution_cost With cpu_operator_cost In units of , The value range is positive ;
- result_rows: Estimate the number of rows returned by the function , What is used for function return is a set , The value range is positive , The default value is 1000 That's ok ;
- configuration_parameter: Set the specified database session parameter value to the given value , If value yes DEFAULT perhaps RESET, The default settings of the system are used in the new session .OFF Turn off settings , The value range is string ;
- definition: Define the string constant of this function , It can be an internal function name 、 The path of the object file 、SQL Commands or text written in procedural language ;
- obj_file, link_symbol: Apply to C Language functions , character string obj_file Specifies the absolute path of the dynamic library ;link_symbol Specifies the link symbol of the function , That is, the function is in C The name of the function in the code ;
- attribute: Function optional information , Value range :isStrict( Equivalent to STRICT perhaps RETURNS NULL ON NULL INPUT)、isCachable( Equivalent to IMMUTABLE).
边栏推荐
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
- Javescript 0.1 + 0.2 = = 0.3 problem
- Simple understanding of SVG
- Gbase 8C system table PG_ database
- Gbase 8C system table PG_ collation
- iptables 4层转发
- Awk from entry to burial (1) awk first meeting
- Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
- GBase 8c系统表pg_database
- easyPOI
猜你喜欢
8 free, HD, copyright free video material download websites are recommended
Deep learning notes (constantly updating...)
[shutter] bottom navigation bar implementation (bottomnavigationbar bottom navigation bar | bottomnavigationbaritem navigation bar entry | pageview)
Job object of collaboration in kotlin
Tongda OA homepage portal workbench
UDP receive queue and multiple initialization test
Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
通达OA v12流程中心
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
内存池(内核角度理解new开辟空间的过程)
随机推荐
easyPOI
Leetcode 183 Customers who never order (2022.07.02)
stm32F407-------DMA
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
Startup mode and scope builder of collaboration in kotlin
《上市风云》荐书——唯勇气最可贵
GBase 8c系统表pg_cast
GBase 8c系统表-pg_attribute
【教程】chrome關閉跨域策略cors、samesite,跨域帶上cookie
Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
The Sandbox阐释对元宇宙平台的愿景
easyPOI
返回一个树形结构数据
Monitoring and management of JVM
stm32F407-------ADC
[tutorial] chrome turns off cross domain policies CORS and samesite, and brings cookies across domains
Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
详细些介绍如何通过MQTT协议和华为云物联网进行通信
COM and cn
Apple releases MacOS 11.6.4 update: mainly security fixes