|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
Cursor | Cursor is used for successive access to records fetched by SELECT statement. |
Session | This class is reposnsible for establishing connection with database and handling database errors. |
SessionThread | Class representing thread associated with users database session. |
Table | Table class is used to establish mapping between corteges of database tables and Java classes. |
Error Summary | |
DataTransferError | This error is raised when error is happened during data transfer between program and database server (for example IOException was thrown while operation with InputStream field) |
NoCurrentObjectError | Error raised when update/remove operation is applied to cursor with no current object (before first call of next() method). |
NoPrimaryKeyError | Error raised when unpdate/remove operation is invoked for the table with no correct primary key defined (key was not specified or type of the key component is not atomic). |
SQLError | Database error. |
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |