<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.oci8.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'oci8.datatypes.php',
    1 => 'ドライバでサポートされるデータ型',
    2 => 'ドライバでサポートされるデータ型',
  ),
  'up' => 
  array (
    0 => 'book.oci8.php',
    1 => 'OCI8',
  ),
  'prev' => 
  array (
    0 => 'oci8.dtrace.php',
    1 => 'OCI8 および DTrace 動的トレーシング',
  ),
  'next' => 
  array (
    0 => 'ref.oci8.php',
    1 => 'OCI8 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/oci8/datatypes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oci8.datatypes" class="chapter">
 <h1 class="title">ドライバでサポートされるデータ型</h1>

 <table class="doctable table">
   <caption><strong><span class="function"><a href="function.oci-bind-by-name.php" class="function">oci_bind_by_name()</a></span>
   関数を使用してパラメータをバインドする場合、
   ドライバは次の型をサポートします</strong></caption>
  
   <thead>
    <tr>
     <th>型</th>
     <th>マッピング</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-nty">SQLT_NTY</a></code></strong></td>
     <td><span class="function"><a href="function.oci-new-collection.php" class="function">oci_new_collection()</a></span>
     によって生成されたような
     PHP のコレクションオブジェクトからネイティブのコレクション型に
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-bfilee">SQLT_BFILEE</a></code></strong></td>
     <td><span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>
     によって生成されたような
     PHP のディスクリプタオブジェクトからネイティブのディスクリプタ型に
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-cfilee">SQLT_CFILEE</a></code></strong></td>
     <td><span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>
     によって生成されたような
     PHP のディスクリプタオブジェクトからネイティブのディスクリプタ型に
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-clob">SQLT_CLOB</a></code></strong></td>
     <td><span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>
     によって生成されたような
     PHP のディスクリプタオブジェクトからネイティブのディスクリプタ型に
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-blob">SQLT_BLOB</a></code></strong></td>
     <td><span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>
     によって生成されたような
     PHP のディスクリプタオブジェクトからネイティブのディスクリプタ型に
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rdd">SQLT_RDD</a></code></strong></td>
     <td><span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>
     によって生成されたような
     PHP のディスクリプタオブジェクトからネイティブのディスクリプタ型に
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-num">SQLT_NUM</a></code></strong></td>
     <td>PHP パラメータを &#039;C&#039; の long 型に変換し、
     その値をバインドします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rset">SQLT_RSET</a></code></strong></td>
     <td><span class="function"><a href="function.oci-parse.php" class="function">oci_parse()</a></span> によって生成されたもしくは他の
     OCI クエリから処理されたような
     PHP のステートメントハンドルからネイティブのステートメントハンドルに
     マップします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-bol">SQLT_BOL</a></code></strong></td>
     <td>PHP パラメータを PL/SQL の BOOLEAN にバインドします</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-chr">SQLT_CHR</a></code></strong> とその他の型</td>
     <td>PHP パラメータを文字列型に変換し、その文字列をバインドします
     </td>
    </tr>

   </tbody>
  
 </table>


 <table class="doctable table">
  <caption><strong>以下の型は結果セットからカラムを処理する際にサポートされます
  </strong></caption>
  
   <thead>
    <tr>
     <th>型</th>
     <th>マッピング</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rset">SQLT_RSET</a></code></strong></td>
     <td>カーソルを表す OCI ステートメントリソースを生成します</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rdd">SQLT_RDD</a></code></strong></td>
     <td>ROWID オブジェクトを生成します</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-blob">SQLT_BLOB</a></code></strong></td>
     <td>LOB オブジェクトを生成します</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-clob">SQLT_CLOB</a></code></strong></td>
     <td>LOB オブジェクトを生成します</td>
    </tr>

    <tr>
     <td><strong><code>SQLT_BFILE</code></strong></td>
     <td>LOB オブジェクトを生成します</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-lng">SQLT_LNG</a></code></strong></td>
     <td>SQLT_CHR としてバインドし、文字列として返します</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-lbi">SQLT_LBI</a></code></strong></td>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-bin">SQLT_BIN</a></code></strong> としてバインドし、文字列として返します</td>
    </tr>

    <tr>
     <td>その他の型</td>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-chr">SQLT_CHR</a></code></strong> としてバインドし、文字列として返します</td>
    </tr>

   </tbody>
  
 </table>

</div>
<?php manual_footer($setup); ?>