PostgreSQL
PrevChapter 43. ラージ(巨大な)オブジェクト(Large Objects)Next

LIBPQ からのラージオブジェクトのアクセス

Below is a sample program which shows how the large object interface in LIBPQ can be used. 以下に LIBPQ におけるラージオブジェクト・インターフェースの使い方 に関するサンプル・プログラムを示します。 Parts of the program are commented out but are left in the source for the readers benefit. プログラム中の一部はコメントアウトされていますが、読者に分かりや すいようにそのまま残してあります。 This program can be found in このプログラムは次の場所にあります。 ../src/test/examples (校正者への註: どこでしょう。見つからない…。相対パスだし…) Frontend applications which use the large object interface in LIBPQ should include the header file libpq/libpq-fs.h and link with the libpq library. LIBPQ でラージオブジェクト・インターフェースを使うフロントエンド ・アプリケーションは、ヘッダファイル libpq/libpq-fs.h をインクル ードし、 libpq ライブラリをリンクしなければなりません。


PrevHomeNext
組み込み登録された関数Upサンプル・プログラム