December 2002
Intermediate to advanced
928 pages
85h 29m
English
To use SQLJ to write applications that will run outside the Oracle database, you must have an import statement in your Java code for the following libraries:
java.sql.date
java.sql.SQLException
oracle.sqlj.runtime.Oracle
The oracle.sqlj.runtime.Oracle library contains most of the specific calls you will use to access the Oracle database. We’ll describe these calls in a later section.