|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
| ConnectionContext | A connection context manages a set of SQL operations performed during a session with a specific database. |
| 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. |
| 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. |
| ExecutionContext | An execution context provides the context in which executable sql operations are preformed. |
| 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. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||