Package sqlj.runtime

Interface Summary
ConnectionContext The ConnectionContext interface provides a set of methods that manage a set of SQL operations performed during a session with a specific database.
ForUpdate This interface is not usable with Open SQL / SQLJ.
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 This interface is not usable with Open SQL / SQLJ.
 

Class Summary
AsciiStream Deprecated. Please use CharacterStream instead.
BinaryStream BinaryStream is a class derived from java.io.InputStream.
CharacterStream A class derived from java.io.Reader whose instances contain Unicode data.
ExecutionContext An execution context provides the context in which executable sql operations are preformed.
RuntimeContext This class is for internal use only.
StreamWrapper This class wraps a particular InputStream instance.
UnicodeStream Deprecated. Please use CharacterStream instead.
 

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.
 



Copyright 2012 SAP AG Complete Copyright Notice