0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::Hql::InsertRecord Class Reference

#include <HqlParser.h>

Collaboration diagram for Hypertable::Hql::InsertRecord:
Collaboration graph
[legend]

Public Member Functions

 InsertRecord ()
 
void clear ()
 

Public Attributes

::int64_t timestamp
 
std::string row_key
 
bool row_key_is_call
 
std::string column_key
 
std::string value
 
bool value_is_call
 

Detailed Description

Definition at line 151 of file HqlParser.h.

Constructor & Destructor Documentation

Hypertable::Hql::InsertRecord::InsertRecord ( )
inline

Definition at line 153 of file HqlParser.h.

Member Function Documentation

void Hypertable::Hql::InsertRecord::clear ( )
inline

Definition at line 157 of file HqlParser.h.

Member Data Documentation

std::string Hypertable::Hql::InsertRecord::column_key

Definition at line 168 of file HqlParser.h.

std::string Hypertable::Hql::InsertRecord::row_key

Definition at line 166 of file HqlParser.h.

bool Hypertable::Hql::InsertRecord::row_key_is_call

Definition at line 167 of file HqlParser.h.

::int64_t Hypertable::Hql::InsertRecord::timestamp

Definition at line 165 of file HqlParser.h.

std::string Hypertable::Hql::InsertRecord::value

Definition at line 169 of file HqlParser.h.

bool Hypertable::Hql::InsertRecord::value_is_call

Definition at line 170 of file HqlParser.h.


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