Re: [jrf-user] GenerateDatabase
Brought to you by:
joncrlsn
|
From: Tom M. <tm...@li...> - 2002-11-06 23:23:22
|
Jay Thanks a lot, this got me going. I'm jazzed, I like this way of developing a schema. I have a question about a key in the example properties file for GenerateDatabase. What does "INITIALLY DEFERRED" mean? Does it mean that at present there is not a mechanism for further specifying sql for foreign keys? AdditionalForeignKeyInfo=INITIALLY DEFERRED -- Tom Miller Miller Associates, Inc. tm...@li... 641.469.3535 Phone 413.581.6326 FAX Jay wrote: > 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 > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > jrf-user mailing list > jrf...@li... > https://lists.sourceforge.net/lists/listinfo/jrf-user -- Tom Miller Miller Associates, Inc. tm...@li... 641.469.3535 Phone 413.581.6326 FAX |