SPI_cursor_close <refpurpose>close a cursor</refpurpose> — カーソルを閉じる
void SPI_cursor_close(Portal portal
)
<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
は、リソースの解放をより早めに行いたい場合にのみ呼び出す必要があります。
Portal portal
portal containing the cursor カーソルを持つポータル