Class SecurityTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.webuser.SecurityTable.Row
- All Implemented Interfaces:
GroupIdentifiable
- Enclosing class:
SecurityTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityTable.Rowintvoidinsert(PreparedStatement statement) voidsetGroupId(int groupId)
-
Field Details
-
INSERT_STATEMENT
- See Also:
-
id
public int id -
username
-
linkedToUuid
-
saltedPassHash
-
groupId
public int groupId
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
getGroupId
public int getGroupId()- Specified by:
getGroupIdin interfaceGroupIdentifiable
-
setGroupId
public void setGroupId(int groupId) - Specified by:
setGroupIdin interfaceGroupIdentifiable
-
insert
- Throws:
SQLException
-