IBM Informix Embedded SQLJ User's Guide
Chapter 4: The Embedded SQLJ Language
Contents
Index
Importing Java Packages
Your Embedded SQLJ programs need to import the JDBC API (
java.sql.*
) and SQLJ runtime (
sqlj.runtime.*
) packages to which they refer. The classes you are likely to commonly use are:
In package
java.sql
for the JDBC API:
The
SQLException
class-includes all runtime exceptions raised by Embedded SQLJ-and classes you explicitly use, such as
java.sql.Date
,
java.sql.ResultSet
.
In package
sqlj.runtime
for SQLJ runtime:
SQLJ stream types (explicitly referenced): for example,
BinaryStream
, the
ConnectionContext
class, and the reference implementation of Embedded SQLJ classes (in
sqlj.runtime.ref
).
IBM Informix Embedded SQLJ User's Guide
, Version 1.0
Copyright © 1999, IBM Corporation. All rights reserved.