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

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

Public Member Functions

template<typename... Expr>
Operation & groupBy (Expr... group_by_spec)
 Specify grouping of items in a query result. More...
 

Detailed Description

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

Template for defining fluent api for CRUD operations.

Member Function Documentation

◆ groupBy()

Operation & groupBy ( Expr...  group_by_spec)
inline

Specify grouping of items in a query result.

Arguments are a one or more expressions. Documents/rows for which expressions evaluate to the same value are grouped together.


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