mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 07:02:08 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
244 lines
6.7 KiB
XML
244 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: takagi Status: ready -->
|
|
<appendix xml:id="ibm-db2.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.db2-binary">
|
|
<term>
|
|
<constant>DB2_BINARY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
バイナリデータをそのままの形式で返します。デフォルトのモードです。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-convert">
|
|
<term>
|
|
<constant>DB2_CONVERT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
バイナリデータを十六進表現にエンコードし、ASCII 文字列として返します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-passthru">
|
|
<term>
|
|
<constant>DB2_PASSTHRU</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
バイナリデータを &null; 値に変換します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-scrollable">
|
|
<term>
|
|
<constant>DB2_SCROLLABLE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ステートメントのリソースとして、スクロール可能なカーソルを指定します。
|
|
このモードでは結果セット内の行へのランダムアクセスが可能となりますが、
|
|
現在は IBM DB2 Universal Database でしかサポートされていません。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-forward-only">
|
|
<term>
|
|
<constant>DB2_FORWARD_ONLY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ステートメントのリソースとして、前進のみ可能なカーソルを指定します。
|
|
これはデフォルトのカーソル型であり、
|
|
すべてのデータベースサーバーでサポートされています。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-param-in">
|
|
<term>
|
|
<constant>DB2_PARAM_IN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
PHP 変数を、ストアドプロシージャの IN パラメータとしてバインドします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-param-out">
|
|
<term>
|
|
<constant>DB2_PARAM_OUT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
PHP 変数を、ストアドプロシージャの OUT パラメータとしてバインドします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-param-inout">
|
|
<term>
|
|
<constant>DB2_PARAM_INOUT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
PHP 変数を、ストアドプロシージャの INOUT パラメータとしてバインドします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-param-file">
|
|
<term>
|
|
<constant>DB2_PARAM_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
カラムを直接ファイルにバインドし、そのデータを読み込みます。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-autocommit-on">
|
|
<term>
|
|
<constant>DB2_AUTOCOMMIT_ON</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
自動コミットを有効にします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-autocommit-off">
|
|
<term>
|
|
<constant>DB2_AUTOCOMMIT_OFF</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
自動コミットを無効にします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-double">
|
|
<term>
|
|
<constant>DB2_DOUBLE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
変数を、データ型 DOUBLE、FLOAT あるいは REAL にバインドします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-long">
|
|
<term>
|
|
<constant>DB2_LONG</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
変数を、データ型 SMALLINT、INTEGER あるいは BIGINT にバインドします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-char">
|
|
<term>
|
|
<constant>DB2_CHAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
変数を、データ型 CHAR あるいは VARCHAR にバインドします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-case-natural">
|
|
<term>
|
|
<constant>DB2_CASE_NATURAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
カラム名の大文字小文字を変換せずに返します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-case-lower">
|
|
<term>
|
|
<constant>DB2_CASE_LOWER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
カラム名を小文字に変換して返します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-case-upper">
|
|
<term>
|
|
<constant>DB2_CASE_UPPER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
カラム名を大文字に変換して返します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-deferred-prepare-on">
|
|
<term>
|
|
<constant>DB2_DEFERRED_PREPARE_ON</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
指定したステートメントリソースについて、遅延プリペアを有効にします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.db2-deferred-prepare-off">
|
|
<term>
|
|
<constant>DB2_DEFERRED_PREPARE_OFF</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
指定したステートメントリソースについて、遅延プリペアを無効にします。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|