CROSSFIRE O/R


CROSSFIRE O/Rとは?

スクリーンショットと機能

Valuables and Runtime SQL adjustment


ダウンロード

About us

Company Information

CROSSFIRE O/R ブログ

Partner


NetBeans.org
CROSSFIRE JAPAN, INC.はNetBeansのパートナーです。

パートナーディレクトリ(米国)




Please vote us !


Generating DDL from TABLE Setting

CROSSFIRE 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 SQL


DbFw 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