Files
php-doc-ru/reference/mysql_xdevapi/book.xml
Alexey Pyltsyn b21887f9c3 Yofication
2021-01-03 21:07:35 +03:00

89 lines
3.7 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"?>
<!-- $Revision$ -->
<!-- EN-Revision: 3bb6811dc204a8e299e6c3186cc361db0628577c 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">
<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.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
-->