public class ResultSetTransmatList
extends java.lang.Object
Constructor and Description |
---|
ResultSetTransmatList(TARDIS plugin,
int id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the transmats table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Transmat> |
getData() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the transmats table.
|
public ResultSetTransmatList(TARDIS plugin, int id)
plugin
- an instance of the main class.id
- the TARDIS id to refine the search.public boolean resultSet()
public java.util.List<Transmat> getData()