Interface TimeSQLite
-
Method Summary
Modifier and TypeMethodDescriptionvoidupsert(int playerId, long first, long last, long total, int sessions) Inserts a new playtime record or updates an existing one.Methods inherited from interface TimeSQL
findByPlayer, getAllPlayTimes, getTotalCount, updateLastSeen
-
Method Details
-
upsert
void upsert(int playerId, long first, long last, long total, int sessions) Description copied from interface:TimeSQLInserts a new playtime record or updates an existing one.
-