Uses of Interface
net.risingworld.api.database.Database
-
Uses of Database in net.risingworld.api
Modifier and TypeMethodDescriptionfinal Database
Plugin.getMySQLConnection
(String database, String ip, int port, String username, String password) Creates a new MySQL database connection.final Database
Plugin.getSQLiteConnection
(String database) Creates a new SQLite database connection (in thread-safe mode).