Public Member Functions | Public Attributes

DatabaseCellUpdate Struct Reference

The value to write to a cell in a remote database. More...

#include <LightweightDatabaseCommon.h>

Collaboration diagram for DatabaseCellUpdate:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void Serialize (RakNet::BitStream *out)
bool Deserialize (RakNet::BitStream *in)

Public Attributes

DataStructures::Table::Cell cellValue
DataStructures::Table::ColumnType columnType
char columnName [_TABLE_MAX_COLUMN_NAME_LENGTH]

Detailed Description

The value to write to a cell in a remote database.

Definition at line 31 of file LightweightDatabaseCommon.h.


Member Function Documentation

bool DatabaseCellUpdate::Deserialize ( RakNet::BitStream in  ) 

Definition at line 38 of file LightweightDatabaseCommon.cpp.

Here is the call graph for this function:

void DatabaseCellUpdate::Serialize ( RakNet::BitStream out  ) 

Definition at line 32 of file LightweightDatabaseCommon.cpp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 36 of file LightweightDatabaseCommon.h.

char DatabaseCellUpdate::columnName[_TABLE_MAX_COLUMN_NAME_LENGTH]

Definition at line 38 of file LightweightDatabaseCommon.h.

Definition at line 37 of file LightweightDatabaseCommon.h.


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