|
Generating DDL from TABLE SettingCROSSFIRE O/R's setting file for database is a file named "*.hyperdb".You can put the "*.hyperd" into a source folder( or package). ![]() The following pictiure is "database.hyperdb" opened with HyperDatabase Editror ![]() You can generate DDL from the "*.hyperdb". ![]() Setup Classes Executing SQLDbFw Generator's setting file for SQL to execute is a file named "*.dbfunc". You can put the "*dbfunc" into a source folder( or package). The following pictiure is "hyperdb.dbfunc" opened with Creator Editror. You can generate Java Classes and Methods by setting up SQL with GUI. ![]() When you input each field of SQL, the content assist is available. ![]() Show Information about generated method(SQL)You can see SQL you are editing with HyperDBView. ![]() This is a easy example of SQL. ![]() The string start with '$' means valuable. And The string start with '@' means subquery. You can put valuables in any field. ![]() Show Information about generated method(Sample code of the generated code)You can also see sample code of with HyperDBView. ![]() You can see what runtime valiables to set at a glance. ![]() Generated Source codes![]() |