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

SPI_cursor_close

SPI_cursor_close <refpurpose>close a cursor</refpurpose> — カーソルを閉じる

概要

void SPI_cursor_close(Portal portal)

説明

<title>Description</title>

<function>SPI_cursor_close</function> closes a previously created cursor and releases its portal storage. SPI_cursor_closeは事前に作成されたカーソルを閉じ、そのポータル用の領域を解放します。

All open cursors are closed automatically at the end of a transaction. <function>SPI_cursor_close</function> need only be invoked if it is desirable to release resources sooner. トランザクションの終了時に全ての開いているカーソルが自動的に閉ざされます。 SPI_cursor_closeは、リソースの解放をより早めに行いたい場合にのみ呼び出す必要があります。

引数

<title>Arguments</title>
Portal portal

portal containing the cursor カーソルを持つポータル