Class DbRow
java.lang.Object
us.ajg0702.leaderboards.cache.helpers.DbRow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static DbRow
fromJsonObject
(com.google.gson.JsonObject object) getId()
double
getValue()
com.google.gson.JsonObject
-
Constructor Details
-
DbRow
- Throws:
SQLException
-
DbRow
-
-
Method Details
-
clearPositionCache
public static void clearPositionCache() -
getId
-
getValue
public double getValue() -
getDeltas
-
getLastTotals
-
getTimestamps
-
getNamecache
-
getPrefixcache
-
getSuffixcache
-
getDisplaynamecache
-
toJsonObject
public com.google.gson.JsonObject toJsonObject() -
fromJsonObject
-