Skip to main content

X Developer API

  • Chapter
  • First Online:
Introducing the MySQL 8 Document Store
  • 1040 Accesses

Abstract

The X Developer Application Programming Interface, or X DevAPI, is a library of classes and methods that implement a new NoSQL interface for MySQL. To be specific, the X DevAPI is designed to allow easy interaction with JSON documents and relational data. The X DevAPI has classes devoted to supporting both concepts allowing developers to use either (or both) in their applications. The X DevAPI together with the X Protocol, X Plugin, and clients written to expose the X DevAPI, forms the new MySQL 8 Document Store feature.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    The current release of Connector/Python does not support the syntax.

  2. 2.

    https://en.wikipedia.org/wiki/DevOps

  3. 3.

    Sadly, this is sometimes called a result set in the documentation and blogs, which may be confusing because result set is a common term used in relational data to mean the same thing as data set. When working with the X DevAPI, it is best to think result set and data set as synonyms.

  4. 4.

    Equivalent in principle to a primary key (such as an auto increment column).

  5. 5.

    Extended Backus-Naar form is a style of diagraming used to document context-free grammars. See https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form .

  6. 6.

    See https://en.wikipedia.org/wiki/Exception_handling .

  7. 7.

    For more information about anonymous parameters, see the SELECT Syntax section in the MySQL online reference manual.

  8. 8.

    One of the things I disliked about the older code in the server was most methods returned a 0 or 1 passing objects and variables by pointers for returning data. Method chaining is far more elegant and useful for writing applications quickly.

  9. 9.

    See https://docs.oracle.com/javase/tutorial/java/generics/types.html

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Charles Bell

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Bell, C. (2018). X Developer API. In: Introducing the MySQL 8 Document Store. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-2725-1_5

Download citation

Publish with us

Policies and ethics