public class ResultSetPortals
extends java.lang.Object
Constructor and Description |
---|
ResultSetPortals(TARDIS plugin,
int id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the doors table.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.String>> |
getData() |
void |
resultSet()
Retrieves an SQL ResultSet from the doors table.
|
public ResultSetPortals(TARDIS plugin, int id)
plugin
- an instance of the main class.id
- the TARDIS id to get the doors for.public void resultSet()
public java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.String>> getData()