<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'oci8.datatypes.php',
    1 => 'Types de donn&eacute;es support&eacute;s par le pilote',
    2 => 'Types de donn&eacute;es support&eacute;s par le pilote',
  ),
  'up' => 
  array (
    0 => 'book.oci8.php',
    1 => 'OCI8',
  ),
  'prev' => 
  array (
    0 => 'oci8.dtrace.php',
    1 => 'OCI8 et le suivi dynamique DTrace',
  ),
  'next' => 
  array (
    0 => 'ref.oci8.php',
    1 => 'Fonctions OCI8',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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">Types de données supportés par le pilote</h1>

 <table class="doctable table">
  <caption><strong>Le pilote supporte les types suivants lors du liage de paramètres en utilisant la fonction
   <span class="function"><a href="function.oci-bind-by-name.php" class="function">oci_bind_by_name()</a></span> :</strong></caption>
  
   <thead>
    <tr>
     <th>Type</th>
     <th>Liage</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>Lie une collection de types natifs depuis un objet de collection PHP
      comme ceux créés par <span class="function"><a href="function.oci-new-collection.php" class="function">oci_new_collection()</a></span>.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-bfilee">SQLT_BFILEE</a></code></strong></td>
     <td>Lie une ressource native, telle que celles créées par la fonction
      <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-cfilee">SQLT_CFILEE</a></code></strong></td>
     <td>Lie une ressource native, telle que celles créées par la fonction
      <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-clob">SQLT_CLOB</a></code></strong></td>
     <td>Lie une ressource native, telle que celles créées par la fonction
      <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-blob">SQLT_BLOB</a></code></strong></td>
     <td>Lie une ressource native, comme celles créées par la fonction
      <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rdd">SQLT_RDD</a></code></strong></td>
     <td>Lie une ressource native, comme celles créées par la fonction
      <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span>.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-num">SQLT_NUM</a></code></strong></td>
     <td>Convertit un paramètre PHP en un type long &#039;C&#039;, et le lie à cette valeur.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rset">SQLT_RSET</a></code></strong></td>
     <td>Lie un gestionnaire de requête natif, comme ceux créés par la fonction
      <span class="function"><a href="function.oci-parse.php" class="function">oci_parse()</a></span> ou ceux récupérés depuis d&#039;autres requêtes OCI.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-bol">SQLT_BOL</a></code></strong></td>
     <td>Lie le paramètre PHP au booléen PL/SQL</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-chr">SQLT_CHR</a></code></strong> et les autres types</td>
     <td>Convertit le paramètre PHP en un type chaîne de caractères et le lie en tant que
      chaîne de caractères.</td>
    </tr>

   </tbody>
  
 </table>


 <table class="doctable table">
  <caption><strong>Les types suivants sont supportés lors de la récupération de colonnes
   depuis un jeu de résultats :</strong></caption>
  
   <thead>
    <tr>
     <th>Type</th>
     <th>Liage</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>Crée une ressource de requêtes OCI pour représenter le curseur.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-rdd">SQLT_RDD</a></code></strong></td>
     <td>Crée un objet ROWID.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-blob">SQLT_BLOB</a></code></strong></td>
     <td>Crée un objet LOB.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-clob">SQLT_CLOB</a></code></strong></td>
     <td>Crée un objet LOB.</td>
    </tr>

    <tr>
     <td><strong><code>SQLT_BFILE</code></strong></td>
     <td>Crée un objet LOB.</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-lng">SQLT_LNG</a></code></strong></td>
     <td>Limite à SQLT_CHR, retourné sous la forme d&#039;une chaîne de caractères</td>
    </tr>

    <tr>
     <td><strong><code><a href="oci8.constants.php#constant.sqlt-lbi">SQLT_LBI</a></code></strong></td>
     <td>Limite à <strong><code><a href="oci8.constants.php#constant.sqlt-bin">SQLT_BIN</a></code></strong>, retourné sous la forme d&#039;une chaîne de caractères</td>
    </tr>

    <tr>
     <td>Tous les autres types</td>
     <td>Limite à <strong><code><a href="oci8.constants.php#constant.sqlt-chr">SQLT_CHR</a></code></strong>, retourné sous la forme d&#039;une chaîne de caractères</td>
    </tr>

   </tbody>
  
 </table>

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