OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cass::cql::impl::CassQueryResultContext Struct Reference

#include <cql_if_impl.h>

Collaboration diagram for cass::cql::impl::CassQueryResultContext:

Public Member Functions

 CassQueryResultContext (const std::string &cf_name, bool is_dynamic_cf, const GenDb::DbDataValueVec &row_key, size_t rk_count=0, size_t ck_count=0)
 

Public Attributes

std::string cf_name_
 
bool is_dynamic_cf_
 
GenDb::DbDataValueVec row_key_
 
size_t rk_count_
 
size_t ck_count_
 

Detailed Description

Definition at line 186 of file cql_if_impl.h.

Constructor & Destructor Documentation

cass::cql::impl::CassQueryResultContext::CassQueryResultContext ( const std::string &  cf_name,
bool  is_dynamic_cf,
const GenDb::DbDataValueVec row_key,
size_t  rk_count = 0,
size_t  ck_count = 0 
)
inline

Definition at line 187 of file cql_if_impl.h.

Member Data Documentation

std::string cass::cql::impl::CassQueryResultContext::cf_name_

Definition at line 196 of file cql_if_impl.h.

size_t cass::cql::impl::CassQueryResultContext::ck_count_

Definition at line 200 of file cql_if_impl.h.

bool cass::cql::impl::CassQueryResultContext::is_dynamic_cf_

Definition at line 197 of file cql_if_impl.h.

size_t cass::cql::impl::CassQueryResultContext::rk_count_

Definition at line 199 of file cql_if_impl.h.

GenDb::DbDataValueVec cass::cql::impl::CassQueryResultContext::row_key_

Definition at line 198 of file cql_if_impl.h.


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