December 2002
Intermediate to advanced
928 pages
85h 29m
English
SQLJ consists of two basic components:
Runtime libraries, which perform the actual database calls at runtime
A translator, which translates SQLJ code into runtime calls in a compilation process
In order to run code with SQLJ, you will need the translator, as well as the Java Development Kit (JDK) and the Oracle JDBC drivers, on the development machine.