public class ResultSetReminders
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 |
---|
ResultSetReminders(TARDIS plugin)
Creates a class instance that can be used to retrieve an SQL ResultSet from the reminders table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Reminder> |
getReminders() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the reminders table.
|
public ResultSetReminders(TARDIS plugin)
plugin
- an instance of the main class.public boolean resultSet()
public java.util.List<Reminder> getReminders()