The value to write to a cell in a remote database. More...
#include <LightweightDatabaseCommon.h>
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] |
The value to write to a cell in a remote database.
Definition at line 31 of file LightweightDatabaseCommon.h.
bool DatabaseCellUpdate::Deserialize | ( | RakNet::BitStream * | in | ) |
Definition at line 38 of file LightweightDatabaseCommon.cpp.
void DatabaseCellUpdate::Serialize | ( | RakNet::BitStream * | out | ) |
Definition at line 32 of file LightweightDatabaseCommon.cpp.
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.