public class Converter
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
Converter(TARDIS plugin,
org.bukkit.command.CommandSender sender)
Reads an SQLite database and inserts the records into a MySQL database.
|
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getSQLiteConnection() |
void |
run() |
public Converter(TARDIS plugin, org.bukkit.command.CommandSender sender) throws java.lang.Exception
plugin
- an instance of the TARDIS JavaPlugin classsender
- the player using the /tadmin convert_database commandjava.sql.SQLException
java.lang.Exception