Package org.h2.samples
Class ReadOnlyDatabaseInZip
- java.lang.Object
-
- org.h2.samples.ReadOnlyDatabaseInZip
-
public class ReadOnlyDatabaseInZip extends java.lang.ObjectThis sample application shows how to create and use a read-only database in a zip file. The database file is split into multiple smaller files, to speed up random-access. Splitting up the file is only needed if the database file is larger than a few megabytes.
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyDatabaseInZip()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)This method is called when executing this sample application from the command line.
-