SQLJ (Embedded SQL in Java) allows embedding of static SQL statements textually in Java programs.
The SQLJ translator converts such programs to pure Java code, optionally checking the static SQL statement against a database schema. The generated Java code can be compiled, and then executed through a JDBC driver against the database.
Using SQLJ
www.sqlj.org
An overview of SQLJ: Embedded SQL in Java
connect.properties
/opt/oracle8/product/8.1.5/sqlj/demo/
|