このページを編集する際は、[[編集に関する方針]]に従ってください。

*概要 [#xb72e423]
-対象:8.1.4
-言語:C
-宣言・定義:[[postgresql-8.1.4/src/include/tcop/dest.h]]

-以下の定数を定義する列挙型。
--DestNone -- 0
--DestDebug -- 1
--DestRemote -- 2
--DestRemoteExecute -- 3
--DestSPI -- 4
--DestTuplestore -- 5

*実装 [#g7c62440]

typedef enum
{
	DestNone,					/* results are discarded */
	DestDebug,					/* results go to debugging output */
	DestRemote,					/* results sent to frontend process */
	DestRemoteExecute,			/* sent to frontend, in Execute command */
	DestSPI,					/* results sent to SPI manager */
	DestTuplestore				/* results sent to Tuplestore */
} CommandDest;

*呼出元 [#idcdb9e1]

-[[whereToSendOutput/postgresql-8.1.4]]

*備考 [#ea7b9f95]

*履歴 [#y8543cd1]
-作者:[[testnoda:http://d.hatena.ne.jp/testnoda/about]]
-作者:[[testnoda/ページ作者]]
-日付:2007/1/14
|更新日|更新者|更新内容|
||||

*コメント [#a25ca371]
#comment

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS