Public Attributes

LightweightDatabaseServer::DatabaseTable Struct Reference

#include <LightweightDatabaseServer.h>

Collaboration diagram for LightweightDatabaseServer::DatabaseTable:
Collaboration graph
[legend]

List of all members.

Public Attributes

bool allowRemoteUpdate
bool allowRemoteQuery
bool allowRemoteRemove
char updatePassword [_SIMPLE_DATABASE_PASSWORD_LENGTH]
char queryPassword [_SIMPLE_DATABASE_PASSWORD_LENGTH]
char removePassword [_SIMPLE_DATABASE_PASSWORD_LENGTH]
bool oneRowPerSystemAddress
bool onlyUpdateOwnRows
bool removeRowOnPingFailure
bool removeRowOnDisconnect
bool autogenerateRowIDs
char tableName [_SIMPLE_DATABASE_TABLE_NAME_LENGTH]
unsigned nextRowId
unsigned SystemAddressColumnIndex
unsigned SystemGuidColumnIndex
unsigned lastPingResponseColumnIndex
unsigned nextPingSendColumnIndex
RakNetTime nextRowPingCheck
DataStructures::Table table

Detailed Description

Definition at line 95 of file LightweightDatabaseServer.h.


Member Data Documentation

Definition at line 98 of file LightweightDatabaseServer.h.

Definition at line 99 of file LightweightDatabaseServer.h.

Definition at line 97 of file LightweightDatabaseServer.h.

Definition at line 108 of file LightweightDatabaseServer.h.

Definition at line 116 of file LightweightDatabaseServer.h.

Definition at line 117 of file LightweightDatabaseServer.h.

Definition at line 112 of file LightweightDatabaseServer.h.

Definition at line 118 of file LightweightDatabaseServer.h.

Definition at line 104 of file LightweightDatabaseServer.h.

Definition at line 105 of file LightweightDatabaseServer.h.

char LightweightDatabaseServer::DatabaseTable::queryPassword[_SIMPLE_DATABASE_PASSWORD_LENGTH]

Definition at line 102 of file LightweightDatabaseServer.h.

char LightweightDatabaseServer::DatabaseTable::removePassword[_SIMPLE_DATABASE_PASSWORD_LENGTH]

Definition at line 103 of file LightweightDatabaseServer.h.

Definition at line 107 of file LightweightDatabaseServer.h.

Definition at line 106 of file LightweightDatabaseServer.h.

Definition at line 114 of file LightweightDatabaseServer.h.

Definition at line 115 of file LightweightDatabaseServer.h.

Definition at line 119 of file LightweightDatabaseServer.h.

char LightweightDatabaseServer::DatabaseTable::tableName[_SIMPLE_DATABASE_TABLE_NAME_LENGTH]

Definition at line 109 of file LightweightDatabaseServer.h.

char LightweightDatabaseServer::DatabaseTable::updatePassword[_SIMPLE_DATABASE_PASSWORD_LENGTH]

Definition at line 101 of file LightweightDatabaseServer.h.


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