public class ResultSetCreeper
extends java.lang.Object
Constructor and Description |
---|
ResultSetCreeper(TARDIS plugin,
java.lang.String location)
Creates a class instance that can be used to retrieve an SQL ResultSet from the tardis table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
resultSet()
Retrieves an SQL ResultSet from the tardis table.
|
public ResultSetCreeper(TARDIS plugin, java.lang.String location)
plugin
- an instance of the main class.location
- the location to check for.public boolean resultSet()