Class | Description |
---|---|
DataStoreQueries |
Static method class for single item store queries.
|
LargeFetchQueries |
Static method class for queries that use large amount of memory.
|
LargeStoreQueries |
Static method class for large storage queries.
|
PerServerAggregateQueries |
Static method class for queries that count together counts for a player on a per server basis.
|
PlayerFetchQueries |
Static method class for queries that return information related to a single player.
|
ServerAggregateQueries |
Static method class for queries that count how many entries of particular kinds there are for a server.
|