Graceful Handling of Low Disk Space Situations</a><br/>
<ahref="#computed_columns">
<ahref="#computed_columns">
Computed Columns / Function Based Index</a><br/>
Computed Columns / Function Based Index</a><br/>
<ahref="#multi_dimensional">
<ahref="#multi_dimensional">
...
@@ -1367,17 +1365,6 @@ because random access in compressed files is not possible.
...
@@ -1367,17 +1365,6 @@ because random access in compressed files is not possible.
See also the sample application <ahref="http://code.google.com/p/h2database/source/browse/trunk/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java">ReadOnlyDatabaseInZip</a>.
See also the sample application <ahref="http://code.google.com/p/h2database/source/browse/trunk/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java">ReadOnlyDatabaseInZip</a>.
</p>
</p>
<h2id="low_disk_space">Graceful Handling of Low Disk Space Situations</h2>
<p>
If the database needs more disk space, it calls the database event listener if one is installed.
The application may then delete temporary files, or display a message and wait until
the user has resolved the problem. To install a listener, run the SQL statement
<code>SET DATABASE_EVENT_LISTENER</code> or use a database URL of the form