public class ResultSetARS
extends java.lang.Object
Constructor and Description |
---|
ResultSetARS(TARDIS plugin,
java.util.HashMap<java.lang.String,java.lang.Object> where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the ars table.
|
Modifier and Type | Method and Description |
---|---|
int |
getEast() |
int |
getId() |
java.lang.String |
getJson() |
int |
getLayer() |
int |
getSouth() |
int |
getTardis_id() |
java.util.UUID |
getUuid() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the lamps table.
|
public ResultSetARS(TARDIS plugin, java.util.HashMap<java.lang.String,java.lang.Object> where)
plugin
- an instance of the main class.where
- a HashMap<String, Object> of table fields and values to refine the search.public boolean resultSet()
public int getId()
public int getTardis_id()
public java.util.UUID getUuid()
public int getEast()
public int getSouth()
public int getLayer()
public java.lang.String getJson()