Package at.hugob.plugin.library.database
package at.hugob.plugin.library.database
-
ClassesClassDescriptionAbstractDatabase<T extends org.bukkit.plugin.java.JavaPlugin>the common code for databasesCommon 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 DatabasesSQLiteDatabase<T extends org.bukkit.plugin.java.JavaPlugin>An implementation of the AbstractDatabase to handle SQLite Databases