Package org.h2.samples
Class ReadOnlyDatabaseInZip
java.lang.Object
org.h2.samples.ReadOnlyDatabaseInZip
This 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 -
Method Summary
-
Constructor Details
-
ReadOnlyDatabaseInZip
public ReadOnlyDatabaseInZip()
-
-
Method Details
-
main
This method is called when executing this sample application from the command line.- Parameters:
args- the command line parameters- Throws:
Exception- on failure
-