<command>ecpg</command> can be run in a so-called <firstterm>Oracle
compatibility mode</firstterm>. If this mode is active, it tries to
behave as if it were Oracle <productname>Pro*C</productname>.
ecpg
はいわゆるOracle互換モードで実行できます。
このモードが有効であれば、Oracle Pro*Cであるかのように振る舞おうとします。
Specifically, this mode changes <command>ecpg</command> in three ways:
特に、このモードは以下の3つの点でecpg
を変更します。
Pad character arrays receiving character string types with trailing spaces to the specified length 文字列型を受け取る文字配列の末尾に、指定された長さまで空白を詰めます。
Zero byte terminate these character arrays, and set the indicator variable if truncation occurs ゼロバイトでこの文字配列を終端し、切り詰められた場合には指示子変数を設定します。
Set the null indicator to <literal>-1</literal> when character
arrays receive empty character string types
文字配列が空の文字列型を受け取った場合には、NULL指示子を-1
に設定します。