public class ResultSetKeyboard
extends java.lang.Object
Constructor and Description |
---|
ResultSetKeyboard(TARDIS plugin,
java.lang.String where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the controls table.
|
Modifier and Type | Method and Description |
---|---|
int |
getC_id() |
java.lang.String |
getLocation() |
int |
getSecondary() |
int |
getTardis_id() |
int |
getType() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the controls table.
|
public ResultSetKeyboard(TARDIS plugin, java.lang.String 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 getC_id()
public int getTardis_id()
public int getType()
public java.lang.String getLocation()
public int getSecondary()