public class ResultSetCount
extends java.lang.Object
Constructor and Description |
---|
ResultSetCount(TARDIS plugin,
java.lang.String where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the count table.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getGrace() |
int |
getId() |
int |
getRepair() |
java.util.UUID |
getUuid() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the lamps table.
|
public ResultSetCount(TARDIS plugin, java.lang.String where)
plugin
- an instance of the main class.where
- a player's UUID.toString() to refine the search.public boolean resultSet()
public int getId()
public java.util.UUID getUuid()
public int getCount()
public int getGrace()
public int getRepair()