Postgresql 中文操作指南
Synopsis
Portal SPI_cursor_open_with_paramlist(const char *name,
SPIPlanPtr plan,
ParamListInfo params,
bool read_only)
Description
SPI_cursor_open_with_paramlist 设置一个光标(内部门户)以执行 SPI_prepare 准备好的语句。 此函数等同于 SPI_cursor_open ,但传入查询的参数值的的信息呈现不同。 ParamListInfo 表示对于传入该格式的值非常方便。 它也支持通过 ParamListInfo 中指定挂接函数使用动态参数集。
传入的参数数据将被复制到光标的门户中,因此可在光标仍然存在时释放它。