Uses of Enum Class
net.risingworld.api.database.DatabaseType
Packages that use DatabaseType
-
Uses of DatabaseType in net.risingworld.api.database
Subclasses with type arguments of type DatabaseType in net.risingworld.api.databaseModifier and TypeClassDescriptionenumAn enum to determine the database type (SQLite, MySQL etc).Methods in net.risingworld.api.database that return DatabaseTypeModifier and TypeMethodDescriptionWorldDatabase.getDatabaseType()Database.getType()Gets the database type.static DatabaseTypeReturns the enum constant of this class with the specified name.static DatabaseType[]DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.