public class ResultSetSonic
extends java.lang.Object
Constructor and Description |
---|
ResultSetSonic(TARDIS plugin,
java.util.HashMap<java.lang.String,java.lang.Object> where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
Modifier and Type | Method and Description |
---|---|
Sonic |
getSonic() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the sonic table.
|
public ResultSetSonic(TARDIS plugin, java.util.HashMap<java.lang.String,java.lang.Object> 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 Sonic getSonic()