Package cz.tvrzna.dbrunk.databases
-
Class Summary Class Description FileDatabase Implementation ofDatabase, that stores all data into specified file.GZipFileDatabase Implementation ofDatabase, that stores all data into specified file, that is compressed withGZip.MemoryDatabase Implementation ofDatabase, that performs all operations just in memory.