public class ResultSetProgram
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 |
---|
ResultSetProgram(TARDIS plugin,
int pid)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
Modifier and Type | Method and Description |
---|---|
Program |
getProgram() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the programs table.
|
public ResultSetProgram(TARDIS plugin, int pid)
plugin
- an instance of the main class.pid
- a program_id to refine the search.public boolean resultSet()
public Program getProgram()