Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions doc/src/sgml/ecpg.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2556,12 +2556,9 @@ while (1)
columns <literal>a</literal> and <literal>b</literal>, and select
them from the table after that.
-->
《マッチ度[87.476636]》以下に<xref linkend="xtypes"/>に含まれる<type>complex</type>型を使った例を示します。
この型の外部文字列表現は<literal>(%f,%f)</literal>で、<xref linkend="xtypes"/>の<function>complex_in()</function>関数および<function>complex_out()</function>関数で定義されています
以下に<xref linkend="xtypes"/>に含まれる<type>complex</type>型を使った例を示します。
この型の外部文字列表現は<literal>(%f,%f)</literal>で、<xref linkend="xtypes"/>の<function>complex_in()</function>および<function>complex_out()</function>で定義されています
以下の例は、カラム<literal>a</literal>と<literal>b</literal>に、complex型の値<literal>(1,1)</literal>および<literal>(3,3)</literal>を挿入し、その後、それらをテーブルからSELECTします。
《機械翻訳》これは、<xref linkend="xtypes"/>の例からデータタイプ<type>複合</type>を使用した例です。
そのタイプの外部文字列表現形式は<literal>(%f,%f)</literal>で、関数<function>complex_in()</function>および<function>complex_out()</function><xref linkend="xtypes"/>ので定義されています。
次の例は、複合型の値<literal>(1,1)</literal>および<literal>(3,3)</literal>を<literal>a</literal>および<literal>b</literal>列に挿入し、その後テーブルからセレクトします。

<programlisting>
EXEC SQL BEGIN DECLARE SECTION;
Expand Down