public class ResultSetCondenser
extends java.lang.Object
Constructor and Description |
---|
ResultSetCondenser(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 condenser table.
|
Modifier and Type | Method and Description |
---|---|
int |
getBlock_count() |
java.lang.String |
getBlock_data() |
int |
getC_id() |
int |
getTardis_id() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the chunks table.
|
public ResultSetCondenser(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 getC_id()
public int getTardis_id()
public java.lang.String getBlock_data()
public int getBlock_count()