bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::TableRow Class Reference

#include <table_row.h>

Inheritance diagram for google_bigquery_api::TableRow:

Public Member Functions

 TableRow (const Json::Value &storage)
 
 TableRow (Json::Value *storage)
 
virtual ~TableRow ()
 
const StringPiece GetTypeName () const
 
bool has_f () const
 
void clear_f ()
 
const client::JsonCppArray< TableCellget_f () const
 
client::JsonCppArray< TableCellmutable_f ()
 

Static Public Member Functions

static TableRowNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TableRow() [1/2]

google_bigquery_api::TableRow::TableRow ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TableRow() [2/2]

google_bigquery_api::TableRow::TableRow ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TableRow()

google_bigquery_api::TableRow::~TableRow ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_f()

void google_bigquery_api::TableRow::clear_f ( )
inline

Clears the 'f' attribute.

◆ get_f()

const client::JsonCppArray<TableCell > google_bigquery_api::TableRow::get_f ( ) const

Get a reference to the value of the 'f' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::TableRow::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::TableRow

◆ has_f()

bool google_bigquery_api::TableRow::has_f ( ) const
inline

Determine if the 'f' attribute was set.

Returns
true if the 'f' attribute was set.

◆ mutable_f()

client::JsonCppArray<TableCell > google_bigquery_api::TableRow::mutable_f ( )

Gets a reference to a mutable value of the 'f' property.

Represents a single row in the result set, consisting of one or more fields.

Returns
The result can be modified to change the attribute value.

◆ New()

TableRow * google_bigquery_api::TableRow::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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