Files
php-doc-ru/reference/oci8/book.xml
2022-01-14 16:55:23 +03:00

57 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: b9e6268918813e27972c644897970b0cdbc6f86e Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.oci8" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Oracle OCI8</title>
<titleabbrev>OCI8</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.oci8">
&reftitle.intro;
<para>
Эти функции позволяют работать с базой данных Oracle Database. Поддерживаются SQL и PL/SQL-выражения. Основной функционал
представляет собой поддержку транзакций, привязку переменных PHP
к соответствующим плейсхолдерам Oracle, расширенную поддержку
больших объектов (LOB) и коллекций. Также поддерживаются кеширование
результатов и такие возможности масштабирования Oracle как
пул постоянных соединений базы данных (Database Resident Connection Pooling, DRCP).
</para>
</preface>
<!-- }}} -->
&reference.oci8.setup;
&reference.oci8.constants;
&reference.oci8.examples;
&reference.oci8.connection;
&reference.oci8.fan;
&reference.oci8.taf;
&reference.oci8.dtrace;
&reference.oci8.datatypes;
&reference.oci8.reference;
&reference.oci8.ocicollection;
&reference.oci8.ocilob;
&reference.oci8.aliases;
</book>
<!-- 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
-->