Class PluginVersionTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.PluginVersionTable.Row
- All Implemented Interfaces:
ServerIdentifiable
- Enclosing class:
PluginVersionTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginVersionTable.Rowintvoidinsert(PreparedStatement statement) voidsetServerId(int serverId)
-
Field Details
-
INSERT_STATEMENT
-
id
public int id -
serverId
public int serverId -
pluginName
-
version
-
modified
public long modified
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
insert
- Throws:
SQLException
-
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceServerIdentifiable
-
setServerId
public void setServerId(int serverId) - Specified by:
setServerIdin interfaceServerIdentifiable
-