| ASF |
#497593 |
Thu Jan 18 22:03:08 UTC 2007 |
djd |
DERBY-2164 (partial) Add Database and Datadictionary objects that support
a 'storeless' engine. This allows use of the JDBC & SQL layers and thus
can execute any SQL statement that does not touch a table, e.g. VALUES 1+1.
The build.xml builds into a separate classes.storeless folder which
separates the code and allows testing of the existing monitor functionality
to use multiple module.properties files. Top-level build changes to
include this code will be in a subsequent commit, to allow it to be backed
out easily if problems arise. Testing will also follow.
|