Class KillsTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.KillsTable.Row
- All Implemented Interfaces:
ServerUUIDIdentifiable
- Enclosing class:
KillsTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KillsTable.Rowvoidinsert(PreparedStatement statement) voidsetServerUUID(ServerUUID serverUUID)
-
Field Details
-
id
public int id -
killerUUID
-
victimUUID
-
serverUUID
-
date
public long date -
sessionId
public int sessionId -
weapon
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
insert
- Throws:
SQLException
-
getServerUUID
- Specified by:
getServerUUIDin interfaceServerUUIDIdentifiable
-
setServerUUID
- Specified by:
setServerUUIDin interfaceServerUUIDIdentifiable
-