Class WebUserPreferencesTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.webuser.WebUserPreferencesTable.Row
- All Implemented Interfaces:
UserIdentifiable
- Enclosing class:
WebUserPreferencesTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebUserPreferencesTable.Rowintvoidinsert(PreparedStatement statement) voidsetUserId(int webUserId)
-
Field Details
-
INSERT_STATEMENT
- See Also:
-
id
public int id -
webUserId
public int webUserId -
preferences
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
getUserId
public int getUserId()- Specified by:
getUserIdin interfaceUserIdentifiable
-
setUserId
public void setUserId(int webUserId) - Specified by:
setUserIdin interfaceUserIdentifiable
-
insert
- Throws:
SQLException
-