Class GeoInfoTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.GeoInfoTable.Row
- All Implemented Interfaces:
UserIdentifiable
- Enclosing class:
GeoInfoTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoInfoTable.RowintvoidsetUserId(int userId) voidupsert(PreparedStatement statement)
-
Field Details
-
id
public int id -
userId
public int userId -
geolocation
-
lastUsed
public long lastUsed
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
upsert
- Throws:
SQLException
-
getUserId
public int getUserId()- Specified by:
getUserIdin interfaceUserIdentifiable
-
setUserId
public void setUserId(int userId) - Specified by:
setUserIdin interfaceUserIdentifiable
-