首页
关于
下载
文档
社区
开发者
支持
捐赠
您的账户
2024年11月21日:
PostgreSQL 17.2、16.6、15.10、14.15、13.18 和 12.22 发布!
文档
→
PostgreSQL 17
支持的版本:
当前
(
17
) /
16
/
15
/
14
/
13
开发版本:
devel
不支持的版本:
12
/
11
/
10
/
9.6
/
9.5
/
9.4
/
9.3
/
9.2
/
9.1
/
9.0
/
8.4
/
8.3
/
8.2
45.1. 接口函数
上一个
向上
第 45 章. 服务器编程接口
首页
下一个
45.1. 接口函数
#
SPI_connect
— 将 C 函数连接到 SPI 管理器
SPI_finish
— 断开 C 函数与 SPI 管理器的连接
SPI_execute
— 执行命令
SPI_exec
— 执行读/写命令
SPI_execute_extended
— 使用外部参数执行命令
SPI_execute_with_args
— 使用外部参数执行命令
SPI_prepare
— 准备语句,但不执行
SPI_prepare_cursor
— 准备语句,但不执行
SPI_prepare_extended
— 准备语句,但不执行
SPI_prepare_params
— 准备语句,但不执行
SPI_getargcount
— 返回
SPI_prepare
准备的语句所需的参数数量
SPI_getargtypeid
— 返回
SPI_prepare
准备的语句的参数的数据类型 OID
SPI_is_cursor_plan
— 如果
SPI_prepare
准备的语句可以与
SPI_cursor_open
一起使用,则返回
true
SPI_execute_plan
— 执行
SPI_prepare
准备的语句
SPI_execute_plan_extended
— 执行
SPI_prepare
准备的语句
SPI_execute_plan_with_paramlist
— 执行
SPI_prepare
准备的语句
SPI_execp
— 以读/写模式执行语句
SPI_cursor_open
— 使用
SPI_prepare
创建的语句设置游标
SPI_cursor_open_with_args
— 使用查询和参数设置游标
SPI_cursor_open_with_paramlist
— 使用参数设置游标
SPI_cursor_parse_open
— 使用查询字符串和参数设置游标
SPI_cursor_find
— 按名称查找现有游标
SPI_cursor_fetch
— 从游标中获取一些行
SPI_cursor_move
— 移动游标
SPI_scroll_cursor_fetch
— 从游标中获取一些行
SPI_scroll_cursor_move
— 移动游标
SPI_cursor_close
— 关闭游标
SPI_keepplan
— 保存预准备语句
SPI_saveplan
— 保存预准备语句
SPI_register_relation
— 使临时命名关系在 SPI 查询中可通过名称使用
SPI_unregister_relation
— 从注册表中删除临时命名关系
SPI_register_trigger_data
— 使临时触发器数据在 SPI 查询中可用
提交更正
如果您在文档中发现任何不正确、与您使用特定功能的体验不符或需要进一步澄清的内容,请使用
此表单
报告文档问题。