All Classes and Interfaces
Classes
Class
Description
AbstractDatabase<T extends org.bukkit.plugin.java.JavaPlugin>
the common code for databases
Common code that can be used to communicate with a Database, e.g.
MySQLDatabase<T extends org.bukkit.plugin.java.JavaPlugin>
An implementation of the AbstractDatabase to handle MySQL Databases
SQLiteDatabase<T extends org.bukkit.plugin.java.JavaPlugin>
An implementation of the AbstractDatabase to handle SQLite Databases