public class ResultSetChameleon
extends java.lang.Object
Constructor and Description |
---|
ResultSetChameleon(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 chameleon table.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
getData() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the chameleon table.
|
public ResultSetChameleon(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 java.util.HashMap<java.lang.String,java.lang.String> getData()