mirror of
https://github.com/php/doc-fr.git
synced 2026-03-23 22:52:18 +01:00
91 lines
2.8 KiB
XML
91 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 22492de2eede0a31a4ac486489d5475e1536354d Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="cubrid.setup">
|
|
&reftitle.setup;
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook" xml:id="cubrid.requirements">
|
|
&reftitle.required;
|
|
<simpara>
|
|
Afin d'avoir accès à ces fonctions, il faut installer CUBRID,
|
|
et compiler la bibliothèque PHP CUBRID avec le support CUBRID.
|
|
</simpara>
|
|
</section>
|
|
|
|
&reference.cubrid.configure;
|
|
|
|
<section xml:id="cubrid.configuration">
|
|
&reftitle.runtime;
|
|
<simpara>
|
|
Il n'y a pas actuellement de configuration au moment de l'exécution.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="cubrid.resources">
|
|
&reftitle.resources;
|
|
<simpara>
|
|
Il y a 4 types de ressources utilisés dans CUBRID. La première
|
|
est l'identifiant du lien pour une connexion à la base de données,
|
|
la seconde est une ressource qui contient le résultat d'une requête,
|
|
et deux dernières, une ressource qui contient les résultats d'une
|
|
requête pour les types de données BLOB/CLOB.
|
|
</simpara>
|
|
<section xml:id="cubrid.resources.connection-identifier">
|
|
<title>Identifiant de connexion</title>
|
|
<simpara>
|
|
Un identifiant de connexion retourné par les fonctions
|
|
<function>cubrid_connect</function>,
|
|
<function>cubrid_connect_with_url</function>,
|
|
<function>cubrid_pconnect</function> et
|
|
<function>cubrid_pconnect_with_url</function>.
|
|
</simpara>
|
|
</section>
|
|
<section xml:id="cubrid.resources.request-identifier">
|
|
<title>Identifiant de requête</title>
|
|
<simpara>
|
|
Un identifiant de requête retourné par la fonction
|
|
<function>cubrid_prepare</function> et par la fonction
|
|
<function>cubrid_execute</function>.
|
|
</simpara>
|
|
</section>
|
|
<section xml:id="cubrid.resources.lob-identifier">
|
|
<title>Identifiant LOB</title>
|
|
<simpara>
|
|
Un identifiant LOB retourné par la fonction
|
|
<function>cubrid_lob_get</function>.
|
|
</simpara>
|
|
</section>
|
|
<section xml:id="cubrid.resources.lob2-identifier">
|
|
<title>Identifiant LOB2</title>
|
|
<simpara>
|
|
Un identifiant LOB retourné par la fonction
|
|
<function>cubrid_lob2_new</function> ou récupéré depuis le jeu
|
|
de résultats.
|
|
</simpara>
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</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
|
|
-->
|