1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-23 23:32:16 +01:00
Files
Sergey Panteleev 300ffa98fb Исправление форматирования (#362)
[skip-spellcheck]
[skip-lint]
2021-10-21 09:47:52 +03:00

89 lines
3.8 KiB
XML
Raw Permalink 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: 01456abae91d2deff59db49856cb877e95665016 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.mysql-xdevapi" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>Mysql_xdevapi</title>
<titleabbrev>Mysql_xdevapi</titleabbrev>
<preface xml:id="intro.mysql-xdevapi">
&reftitle.intro;
<para>
Модуль обеспечивает доступ к хранилищу документов MySQL через X DevAPI. X DevAPI -
это общий API, предоставляемый несколькими коннекторами MySQL, обеспечивающий лёгкий доступ к реляционным
таблицам, а также к коллекциям документов, которые представлены в JSON, из API
с операциями в стиле CRUD.
</para>
<para>
X DevAPI использует X Protocol, клиент-серверный протокол нового поколения сервера
MySQL 8.0.
</para>
<para>
Для получения общей информации о хранилище документов MySQL, пожалуйста, обратитесь к главе
<link xlink:href="&url.mysql.docs.document-store;">Хранилище документов MySQL</link>
в руководстве MySQL.
</para>
</preface>
&reference.mysql-xdevapi.setup;
&reference.mysql-xdevapi.constants;
&reference.mysql-xdevapi.changelog;
&reference.mysql-xdevapi.examples;
&reference.mysql-xdevapi.reference;
&reference.mysql-xdevapi.mysql-xdevapi.baseresult;
&reference.mysql-xdevapi.mysql-xdevapi.client;
&reference.mysql-xdevapi.mysql-xdevapi.collection;
&reference.mysql-xdevapi.mysql-xdevapi.collectionadd;
&reference.mysql-xdevapi.mysql-xdevapi.collectionfind;
&reference.mysql-xdevapi.mysql-xdevapi.collectionmodify;
&reference.mysql-xdevapi.mysql-xdevapi.collectionremove;
&reference.mysql-xdevapi.mysql-xdevapi.columnresult;
&reference.mysql-xdevapi.mysql-xdevapi.crudoperationbindable;
&reference.mysql-xdevapi.mysql-xdevapi.crudoperationlimitable;
&reference.mysql-xdevapi.mysql-xdevapi.crudoperationskippable;
&reference.mysql-xdevapi.mysql-xdevapi.crudoperationsortable;
&reference.mysql-xdevapi.mysql-xdevapi.databaseobject;
&reference.mysql-xdevapi.mysql-xdevapi.docresult;
&reference.mysql-xdevapi.mysql-xdevapi.exception;
&reference.mysql-xdevapi.mysql-xdevapi.executable;
&reference.mysql-xdevapi.mysql-xdevapi.executionstatus;
&reference.mysql-xdevapi.mysql-xdevapi.expression;
&reference.mysql-xdevapi.mysql-xdevapi.result;
&reference.mysql-xdevapi.mysql-xdevapi.rowresult;
&reference.mysql-xdevapi.mysql-xdevapi.schema;
&reference.mysql-xdevapi.mysql-xdevapi.schemaobject;
&reference.mysql-xdevapi.mysql-xdevapi.session;
&reference.mysql-xdevapi.mysql-xdevapi.sqlstatement;
&reference.mysql-xdevapi.mysql-xdevapi.sqlstatementresult;
&reference.mysql-xdevapi.mysql-xdevapi.statement;
&reference.mysql-xdevapi.mysql-xdevapi.table;
&reference.mysql-xdevapi.mysql-xdevapi.tabledelete;
&reference.mysql-xdevapi.mysql-xdevapi.tableinsert;
&reference.mysql-xdevapi.mysql-xdevapi.tableselect;
&reference.mysql-xdevapi.mysql-xdevapi.tableupdate;
&reference.mysql-xdevapi.mysql-xdevapi.warning;
</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
-->