public class ResultSetBind
extends java.lang.Object
Constructor and Description |
---|
ResultSetBind(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 bind table.
|
Modifier and Type | Method and Description |
---|---|
int |
getBind_id() |
java.lang.String |
getLocation() |
java.lang.String |
getName() |
int |
getTardis_id() |
int |
getType() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the bind table.
|
public ResultSetBind(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 int getBind_id()
public int getTardis_id()
public int getType()
public java.lang.String getLocation()
public java.lang.String getName()