SQLJ
– SQLJ enables developers to directly embed SQL
statements in Java programs, thus providing static SQL
support to java.
– A precompiler translates the embedded SQL into Java
code.
– The Java program is then compiled into bytecodes, and a
db bind operation creates packaged access routines for
the SQL