MySQL Connector/C++ 9.2.0
MySQL connector library for C and C++ applications
Public Member Functions | List of all members
Sort< Base > Class Template Reference

Template for defining fluent api for CRUD operations. More...

Public Member Functions

template<typename... Type>
Operation & sort (Type... spec)
 Specify ordering of documents in a query results. More...
 

Detailed Description

template<class Base>
class mysqlx::abi2::r0::internal::Sort< Base >

Template for defining fluent api for CRUD operations.

Member Function Documentation

◆ sort()

Operation & sort ( Type...  spec)
inline

Specify ordering of documents in a query results.

Arguments are one or more strings of the form "<expr> <dir>" where <expr> gives the value to sort on and <dir> is a sorting direction ASC or DESC.


The documentation for this class was generated from the following file: