Beta Draft: 2016-08-16
Table of Contents
This chapter provides a visual reference guide to the objects and functions available in the X DevAPI. For more information on the specific objects and functions available in the language you are using which implements the X DevAPI, see the Additional Documentation.
Table.select() and
collection.find() use different methods for
sorting results. Table.select() follows the
SQL language naming and calls the sort method
orderBy().
Collection.find() does not. Use the method
sort() to sort the results returned by
Collection.find(). Proximity with the SQL
standard is considered more important than API uniformity here.
An API call expecting a JSON document allows the use of many data types to describe the document. Depending on the X DevAPI implementation and language any of the following data types can be used:
String
Native JSON
JSON equivalent syntax
DbDoc
Generated Doc Classes
All implementations allow expressing an document by the special DbDoc type and as a string. Consult your language's Connector reference for more details, see Additional Documentation.