|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
IAssociatedData | Deprecated. - no longer used |
IDataEngineListener | DataEngineListeners register with SQLContext objects, and are alerted whenever that SQLContext is used in a DataEngine operation. |
IDBObject | |
IRowCreator | Classes implement this Interface to indicate that they can create a Row of a particular type based on the information in a default Row. |
IRowEventListener | Any Object implementing this interface will be able to be informed when Row Events take place. |
ITable | Information contained by both logical and physical tables |
Class Summary | |
AS400DBSystem | Insert the type's description here. |
AssociationContext | Deprecated. - no longer used - old way of getting associations |
BlobObject | |
DatabaseManager | Manages the Connections to one or more databases. |
DataEngine | The DataEngine provides a framework which can abstractly read, update, and display data from a database. |
DB2DBSystem | Insert the type's description here. |
DB2LocalSystem | Insert the type's description here. |
DBSystem | Represents a relational database which can be referenced by a URL. |
Field | Represents a value in a database. |
Field.FieldLocation | |
FieldCollection | Contains a group of Fields. |
Library | Represents a group of tables in a relational database. |
MSAccessDBSystem | Represents a Microsoft Access database |
MySQLDBSystem | |
OracleDBSystem | |
PhysicalTable | Contains information about the phyisical location of a table (as opposed to the "logical" information stored by the Table class) |
Row | Represents a logical row of a database. |
Row.SpacingRow | |
RowCollection | Represents a group of rows from the database. |
RowCollection.LinkedRowCollection | A subclass of RowCollection which uses a LinkedList internally instead of an ArrayList. |
RowEvent | This is the event class to support the planetj.database.IRowEventListener interface. |
RowKey | An object which uniquely identifies a row within a table. |
SQLContext | Contains information about an SQL command, including parameters on how to run the command, the command itself, and how to organize the command's results. |
SQLGenerator | A Helper class for generating SQL statements from objects. |
SQLServerDBSystem | Insert the type's description here. |
Table |
Exception Summary | |
DatabaseException |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |