php-doc-en/reference/mysql_xdevapi/book.xml
2019-10-30 20:23:10 +00:00

86 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<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>
This extension provides access to the MySQL Document Store via the X DevAPI. The X DevAPI
is a common API provided by multiple MySQL Connectors providing easy access to relational
tables as well as collections of documents, which are represented in JSON, from a API
with CRUD-style operations.
</para>
<para>
The X DevAPI uses the X Protocol, the new generation client-server protocol of the MySQL
8.0 server.
</para>
<para>
For general information about the MySQL Document Store, please refer to the
<link xlink:href="&url.mysql.docs.document-store;">MySQL Document Store</link>
chapter in the MySQL manual.
</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
-->