#include <LightweightDatabaseCommon.h>
Public Member Functions | |
void | Serialize (RakNet::BitStream *out) |
bool | Deserialize (RakNet::BitStream *in) |
Public Attributes | |
DataStructures::Table::Cell | cellValue |
DataStructures::Table::FilterQueryType | operation |
DataStructures::Table::ColumnType | columnType |
char | columnName [_TABLE_MAX_COLUMN_NAME_LENGTH] |
Definition at line 19 of file LightweightDatabaseCommon.h.
bool DatabaseFilter::Deserialize | ( | RakNet::BitStream * | in | ) |
Definition at line 17 of file LightweightDatabaseCommon.cpp.
void DatabaseFilter::Serialize | ( | RakNet::BitStream * | out | ) |
Definition at line 6 of file LightweightDatabaseCommon.cpp.
Definition at line 24 of file LightweightDatabaseCommon.h.
char DatabaseFilter::columnName[_TABLE_MAX_COLUMN_NAME_LENGTH] |
Definition at line 27 of file LightweightDatabaseCommon.h.
Definition at line 26 of file LightweightDatabaseCommon.h.
Definition at line 25 of file LightweightDatabaseCommon.h.