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

SPI_cursor_find

SPI_cursor_find <refpurpose>find an existing cursor by name</refpurpose> — 既存のカーソルを名前で検索する

概要

Portal SPI_cursor_find(const char * name)

説明

<title>Description</title>

<function>SPI_cursor_find</function> finds an existing portal by name. This is primarily useful to resolve a cursor name returned as text by some other function. SPI_cursor_findは既存のカーソルを名前で検索します。 これは主に、他の何らかの関数でテキストとして返されたカーソル名の名前解決の際に使用されます。

引数

<title>Arguments</title>
const char * name

name of the portal ポータルの名前

戻り値

<title>Return Value</title>

pointer to the portal with the specified name, or <symbol>NULL</symbol> if none was found 指定された名前のポータルへのポインタ。見つからない場合はNULLです。