Redrock Postgres 搜索 英文
版本: 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18

SPI_result_code_string

SPI_result_code_string — 将错误代码作为字符串返回

概要

const char * SPI_result_code_string(int code);

描述

SPI_result_code_string 返回各种 SPI 函数的返回值或存储在 SPI_result 中的结果代码的字符串表示。

参数

int code

结果代码

返回值

结果代码的字符串表示。