mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 01:42:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@333909 c90b9560-bf6c-de11-be94-00142212c4b1
141 lines
4.5 KiB
XML
141 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 44e38e287d29857e5cd5da1f045695e6838170b3 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<chapter xml:id="oci8.datatypes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Types de données supportées par le driver</title>
|
|
<table>
|
|
<title>Le driver supporte les types suivants lors du liage de paramètres en utilisant la fonction
|
|
<function>oci_bind_by_name</function> :</title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Type</entry>
|
|
<entry>Liage</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><constant>SQLT_NTY</constant></entry>
|
|
<entry>Lie une collection de types natifs depuis un objet de collection PHP
|
|
comme ceux créés par <function>oci_new_collection</function>.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_BFILEE</constant></entry>
|
|
<entry>Lie une ressource native, telle que celles créées par la fonction
|
|
<function>oci_new_descriptor</function>.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_CFILEE</constant></entry>
|
|
<entry>Lie une ressource native, telle que celles créées par la fonction
|
|
<function>oci_new_descriptor</function>.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_CLOB</constant></entry>
|
|
<entry>Lie une ressource native, telle que celles créées par la fonction
|
|
<function>oci_new_descriptor</function>.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_BLOB</constant></entry>
|
|
<entry>Lie une ressource native, comme celles créées par la fonction
|
|
<function>oci_new_descriptor</function>.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_RDD</constant></entry>
|
|
<entry>Lie une ressource native, comme celles créées par la fonction
|
|
<function>oci_new_descriptor</function>.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_NUM</constant></entry>
|
|
<entry>Convertit un paramètre PHP en un type long 'C', et le lie à cette valeur.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_RSET</constant></entry>
|
|
<entry>Lie un gestionnaire de requête natif, comme ceux créés par la fonction
|
|
<function>oci_parse</function> ou ceux récupérés depuis d'autres requêtes OCI.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_BOL</constant></entry>
|
|
<entry>Lie le paramètre PHP au booléen PL/SQL</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_CHR</constant> et les autres types</entry>
|
|
<entry>Convertit le paramètre PHP en un type chaîne de caractères et le lie en tant que
|
|
chaîne de caractères.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
|
|
<table>
|
|
<title>Les types suivants sont supportés lors de la récupération de colonnes
|
|
depuis un jeu de résultats :</title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Type</entry>
|
|
<entry>Liage</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><constant>SQLT_RSET</constant></entry>
|
|
<entry>Crée une ressource de requêtes OCI pour représenter le curseur.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_RDD</constant></entry>
|
|
<entry>Crée un objet ROWID.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_BLOB</constant></entry>
|
|
<entry>Crée un objet LOB.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_CLOB</constant></entry>
|
|
<entry>Crée un objet LOB.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_BFILE</constant></entry>
|
|
<entry>Crée un objet LOB.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_LNG</constant></entry>
|
|
<entry>Limite à SQLT_CHR, retourné sous la forme d'une chaîne de caractères</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>SQLT_LBI</constant></entry>
|
|
<entry>Limite à <constant>SQLT_BIN</constant>, retourné sous la forme d'une chaîne de caractères</entry>
|
|
</row>
|
|
<row>
|
|
<entry>Tous les autres types</entry>
|
|
<entry>Limite à <constant>SQLT_CHR</constant>, retourné sous la forme d'une chaîne de caractères</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</chapter>
|
|
|
|
<!-- 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
|
|
-->
|
|
|
|
|