#include <QueryJoinDelegate.h>
Delegate callback interface for asynchronous methods:
◆ ErrorInfo
Contains all information about a failed query.
◆ onQueryJoinError()
Called upon a failed query() or join() call.
- Parameters
-
error | Error information passed from CloudBackend SDK. |
context | Additional context information about the original service call that has failed. |
◆ onQueryJoinSuccess()
virtual void cbe::delegate::QueryJoinDelegate::onQueryJoinSuccess |
( |
cbe::QueryResult && |
queryResult | ) |
|
|
pure virtual |
Called upon successful query.
- Parameters
-
queryResult | Instance of a QueryResult containing the result set. |
The documentation for this class was generated from the following file: