Uses of Interface
cz.tvrzna.dbrunk.Database
-
Packages that use Database Package Description cz.tvrzna.dbrunk.databases -
-
Uses of Database in cz.tvrzna.dbrunk.databases
Classes in cz.tvrzna.dbrunk.databases that implement Database Modifier and Type Class Description classFileDatabaseImplementation ofDatabase, that stores all data into specified file.classGZipFileDatabaseImplementation ofDatabase, that stores all data into specified file, that is compressed withGZip.classMemoryDatabaseImplementation ofDatabase, that performs all operations just in memory.
-