public class ResultSetTravellers
extends java.lang.Object
Companions are the Doctor's closest friends. Such people knew the Doctor's "secret": that he was someone non-human who travelled in space and time in a police box-shaped craft called the TARDIS.
Constructor and Description |
---|
ResultSetTravellers(TARDIS plugin,
java.util.HashMap<java.lang.String,java.lang.Object> where,
boolean multiple)
Creates a class instance that can be used to retrieve an SQL ResultSet from the travellers table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.UUID> |
getData() |
int |
getTardis_id() |
int |
getTraveller_id() |
java.util.UUID |
getUuid() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the travellers table.
|
public ResultSetTravellers(TARDIS plugin, java.util.HashMap<java.lang.String,java.lang.Object> where, boolean multiple)
plugin
- an instance of the main class.where
- a HashMap<String, Object> of table fields and values to refine the search.multiple
- a boolean setting whether to retrieve more than one record, it true returns an ArrayList that can
be looped through later.public boolean resultSet()
public int getTraveller_id()
public int getTardis_id()
public java.util.UUID getUuid()
public java.util.List<java.util.UUID> getData()