|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Represents result of query() and query() calls. More...
#include <couchbase/query_result.hxx>

Public Member Functions | |
| query_result ()=default | |
| query_result (query_meta_data meta_data, std::vector< codec::binary > rows) | |
| auto | meta_data () const -> const query_meta_data & |
Returns the query_meta_data giving access to the additional metadata associated with this query. | |
| auto | rows_as_binary () const -> const std::vector< codec::binary > & |
| template<typename Serializer = codec::tao_json_serializer, typename Document = typename Serializer::document_type, std::enable_if_t< codec::is_serializer_v< Serializer >, bool > = true> | |
| auto | rows_as () const -> std::vector< Document > |
Represents result of query() and query() calls.
|
default |
|
inline |
|
inlinenodiscard |
Returns the query_meta_data giving access to the additional metadata associated with this query.
|
inlinenodiscard |
|
inlinenodiscard |