public abstract class CommandsHandler.AbstractCommand extends Object implements Runnable, Closeable
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
conn |
protected QueryParams |
params |
protected ResultSet |
rs |
protected org.bukkit.command.CommandSender |
sender |
protected Statement |
state |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommand(org.bukkit.command.CommandSender sender,
QueryParams params,
boolean async) |
protected org.bukkit.command.CommandSender sender
protected QueryParams params
protected Connection conn
protected Statement state
protected ResultSet rs
protected AbstractCommand(org.bukkit.command.CommandSender sender,
QueryParams params,
boolean async)
throws Exception
Exceptionpublic final void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2015. All rights reserved.