PostgreSQL解読室:
StringInfo/postgresql-8.1.4
のバックアップ(No.1)
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
バックアップ一覧
差分
を表示
現在との差分
を表示
ソース
を表示
StringInfo/postgresql-8.1.4
へ行く。
1 (2007-04-14 (土) 09:47:04)
このページを編集する際は、
編集に関する方針
に従ってください。
概要
†
対象:8.1.4
言語:C
宣言・定義:
postgresql-8.1.4/src/include/lib/stringinfo.h
下記メンバを持つStringInfoData構造体型へのポインタ
char型へのポインタdata
int型の変数len
int型の変数maxlen
int型の変数cursor
↑
実装
†
typedef StringInfoData *StringInfo;
StringInfoData/postgresql-8.1.4
-- 下記メンバを持つ構造体
char型へのポインタdata
int型の変数len
int型の変数maxlen
int型の変数cursor
↑
呼出元
†
initStringInfo()/postgresql-8.1.4
↑
備考
†
↑
履歴
†
作者:
testnoda/ページ作者
日付:2007/4/14
更新日
更新者
更新内容
↑
コメント
†
お名前: