Class DbRow
java.lang.Object
us.ajg0702.leaderboards.cache.helpers.DbRow
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic DbRowfromJsonObject(com.google.gson.JsonObject object) getId()doublegetValue()com.google.gson.JsonObject
- 
Constructor Details- 
DbRow- Throws:
- SQLException
 
- 
DbRow
 
- 
- 
Method Details- 
clearPositionCachepublic static void clearPositionCache()
- 
getId
- 
getValuepublic double getValue()
- 
getDeltas
- 
getLastTotals
- 
getTimestamps
- 
getNamecache
- 
getPrefixcache
- 
getSuffixcache
- 
getDisplaynamecache
- 
toJsonObjectpublic com.google.gson.JsonObject toJsonObject()
- 
fromJsonObject
 
-