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

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

Public Member Functions

Operation & having (const string &having_spec)
 Specify filter over grouped results of a query. More...
 

Detailed Description

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

Template for defining fluent api for CRUD operations.

Member Function Documentation

◆ having()

Operation & having ( const string having_spec)
inline

Specify filter over grouped results of a query.

The argument is a Boolean expression which can use aggregation functions.


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