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