Package wbs.utils.util.database
package wbs.utils.util.database
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
-
ClassDescriptionRepresents an object that can be used to save & retrieve
WbsRecords from a database.What type of volatile caching to use, where:AbstractDataManager.VolatileCacheType.SOFTusesSoftReferences;AbstractDataManager.VolatileCacheType.WEAKusesWeakReferences; andAbstractDataManager.VolatileCacheType.DISABLEDdisables the use of the volatile cache entirelyWraps a connection to an SQL database.