Package sqlj.runtime

Interface Summary
ConnectionContext A connection context manages a set of SQL operations performed during a session with a specific database.
ConnectionContextFactory A SQLJ-specific data source is implemented based on an underlying JDBC data source.
ForUpdate An interface implemented by iterators which will be used in a positioned update or delete statement (as parameter to a WHERE CURRENT OF clause).
NamedIterator An interface implemented by all iterators that employ a by-name binding strategy.
PositionedIterator An interface implemented by all iterators that employ a by-position binding strategy.
ResultSetIterator An interface that defines the shared functionality of those objects used to iterate over the contents of a result set.
Scrollable  
SqljConnectionPoolDataSource SqljConnectionPoolDataSource defines the interface for the SQLJ-specific data sources that are based on JDBC ConnectionPoolDataSource implementations.
SqljDataSource SqljDataSource defines the interface for all SQLJ-specific data sources.
SqljXADataSource SqljXADataSource defines the interface for the SQLJ-specific data sources that are based on JDBC XADataSource implementations.
 

Class Summary
AsciiStream An InputStream-derived class whose bytes should be interpreted as ASCII.
BinaryStream An InputStream-derived class whose bytes should be interpreted as binary.
CharacterStream An Reader-derived class representing a character stream.
ExecutionContext An execution context provides the context in which executable sql operations are preformed.
ExecutionContext.OracleContext  
RuntimeContext  
StreamWrapper This class wraps a particular InputStream instance.
UnicodeStream An InputStream-derived class whose bytes should be interpreted as Unicode.
 

Exception Summary
SQLNullException The SQLNullException class is a particular instance of SQLException used in the case that SQL NULL was attemped to be fetched into a java primitive type.