Category Archives: SQLJ Articles

SQLJ Translator

Testing As mentioned before, you must have installed a JDBC driver in your environment. The connection URL depends on the particular vendor that provided your JDBC driver. Consult the vendor documentation for the fully qualified name for the JDBC driver … Continue reading

Posted in SQLJ Articles | Leave a comment

package sqlj.runtime.ref

Class sqlj.runtime.ref.ConnectionContextImpl java.lang.Object | +—-sqlj.runtime.ref.ConnectionContextImpl public abstract class ConnectionContextImpl extends Object The connection context impl class is an abstract implementation of the connection context interface. It does not implement the connection context interface directly, but rather just defines the connection … Continue reading

Posted in SQLJ Articles | Leave a comment

SQLJ Reference

This is the source distribution of the SQLJ reference implementation version 1.0.1.1. You must have JDK1.1 or later, JavaCC 0.7.1, GNUmake, and Unix utilities to compile this source distribution. If you want to install and compile the sources right away, you … Continue reading

Posted in SQLJ Articles | Leave a comment