Couchbase Lite C++
Couchbase Lite C++ API
Loading...
Searching...
No Matches
Query.hh File Reference
#include "cbl++/Database.hh"
#include "cbl/CBLQuery.h"
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

class  cbl::Query
 A database query. More...
class  cbl::Result
 A single query result; ResultSet::iterator iterates over these. More...
class  cbl::ResultSet
 The results of a query. More...
class  cbl::ResultSetIterator
 Single-pass iterator over a ResultSet, yielding each Result in turn. More...
class  cbl::Query::ChangeListener
 The token returned by Query::addChangeListener for a live query. More...
class  cbl::Query::Change
 The change passed to a live query's listener callback, giving access to the updated results. More...

Namespaces

namespace  cbl