[jrf-user] GenerateDatabase
Brought to you by:
joncrlsn
|
From: Jay <je...@vm...> - 2002-11-06 14:33:08
|
Thank you for your comments on GenerateDatabase. Your message pointed
out to me that I neglected to add the storage key elements to
JRFBaseSchema.dtd (I am not currently using
table/index/sequence-specific
storage parameters for my applications) and neglected to provide
complete documentation in
GenerateDatabase.java. This morning I have attempted to correct these
shortcomings and checked in new versions of JRFBaseSchema.dtd and
GenerateDatabase.java to CVS. Run an anonymous CVS checkout
of jrf2 to see the changes.
Specifically, these changes were made:
JRFBaseSchema.dtd:
1. Better comments for interfaces.
2. Comments added for indexes.
3. Added tableStorageKey and sequenceStorageKey.
GenerateDatabase.java:
1. Added allowScriptComments to allow a generation of
an SQL create script without slash-star comments.
2. Use 'tableStorageKey' for table storage element, thus matching
DTD.
3. Javadoc overhaul.
A complete example still needs to be provided in the test
area for running GenerateDatabase. This task will eventually be
done.
Thanks again for your interest. Please feel free to offer any other
comments for improving this program.
J Evans
|