MySQL Connector/C++ 9.2.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 & | orderBy (Type... spec) |
Specify ordering of rows in a query results. More... | |
Template for defining fluent api for CRUD operations.
|
inline |
Specify ordering of rows 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
.