public class ResultSetPrograms
extends java.lang.Object
Control types: 0 = handbrake 1 = random button 2 = x-repeater 3 = z-repeater 4 = multiplier-repeater 5 = environment-repeater 6 = artron button
Constructor and Description |
---|
ResultSetPrograms(TARDIS plugin,
java.lang.String uuid)
Creates a class instance that can be used to retrieve an SQL ResultSet from the programs table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Program> |
getPrograms() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the programs table.
|
public ResultSetPrograms(TARDIS plugin, java.lang.String uuid)
plugin
- an instance of the main class.uuid
- a HashMap<String, Object> of table fields and values to refine the search.public boolean resultSet()
public java.util.List<Program> getPrograms()