Class AllowlistBounceTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.AllowlistBounceTable.Row
- All Implemented Interfaces:
ServerIdentifiable
- Enclosing class:
AllowlistBounceTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowlistBounceTable.RowintgetId()intvoidsetServerId(int id) voidupsert(PreparedStatement statement)
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
getId
public int getId() -
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceServerIdentifiable
-
setServerId
public void setServerId(int id) - Specified by:
setServerIdin interfaceServerIdentifiable
-
upsert
- Throws:
SQLException
-