|
MySQL Connector/C++ 9.5.0
MySQL connector library for C and C++ applications
|
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... | |
Template for defining fluent api for CRUD operations.
|
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.