バージョンごとのドキュメント一覧

SPI_result_code_string

SPI_result_code_string <refpurpose>return error code as string</refpurpose> — 文字列でエラーコードを返します

概要

const char * SPI_result_code_string(int code);

説明

<title>Description</title>

<function>SPI_result_code_string</function> returns a string representation of the result code returned by various SPI functions or stored in <varname>SPI_result</varname>. SPI_result_code_stringは、様々なSPI関数から返されたか、SPI_resultに格納された結果コードの文字列表現を返します。

引数

<title>Arguments</title>
int code

result code 結果コード

戻り値

<title>Return Value</title>

A string representation of the result code. 結果コードの文字列表現