| Class and Description |
|---|
| Database
Represents a database.
|
| DBColumn
Represents a database column.
|
| DBConstraint
Parent class for all database constraints.
|
| DBForeignKeyConstraint
Represents a foreign key constraint.
|
| DBObject
Abstract parent interface for assembling database objects in a tree using the Composite design pattern.
|
| DBPackage
Represents a database packet which can hold
DBProcedures. |
| DBPrimaryKeyConstraint
Represents a primary key constraint in a database.
|
| DBSchema
Represents a JDBC database schema.
|
| DBSequence
Represents a database sequence.
|
| DBTable
Represents a database table.
|
| DBTrigger
Represents a database trigger.
|
| DBUniqueConstraint
Represents a unique constraint on one or the combination of several columns of one table.
|
| ForeignKeyPath
Represents a sequence of consecutively navigable foreign key references.
|
| TableHolder |
| Class and Description |
|---|
| DBCheckConstraint
Represents a database check constraint.
|
| DBPackage
Represents a database packet which can hold
DBProcedures. |
| DBSchema
Represents a JDBC database schema.
|
| DBSequence
Represents a database sequence.
|
| DBTrigger
Represents a database trigger.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| DBRow
Represents a row in a database table.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| Class and Description |
|---|
| AbstractCompositeDBObject
Abstract implementation of the
CompositeDBObject interface which serves as parent class
for individual implementations. |
| AbstractDBObject
Abstract implementation of the
DBObject interface which serves as
parent class for concrete implementations. |
| AbstractDBTableComponent |
CompositeDBObject
DBObject implementation that aggregates sub objects of a DBObject sub type C. |
| ContainerComponent
Parent interface for all classes that can be contained in a database package.
|
| Database
Represents a database.
|
| DBCatalog
Represents a JDBC catalog.
|
| DBCheckConstraint
Represents a database check constraint.
|
| DBColumn
Represents a database column.
|
| DBConstraint
Parent class for all database constraints.
|
| DBDataType
Represents a database column type.
|
| DBForeignKeyConstraint
Represents a foreign key constraint.
|
| DBIndex
Represents a database index.
|
| DBNotNullConstraint
Represents a database not-null constraint.
|
| DBObject
Abstract parent interface for assembling database objects in a tree using the Composite design pattern.
|
| DBPackage
Represents a database packet which can hold
DBProcedures. |
| DBPrimaryKeyConstraint
Represents a primary key constraint in a database.
|
| DBProcedure
Represents a database procedure.
|
| DBRow
Represents a row in a database table.
|
| DBRowIterator
Iterates through the rows of a database.
|
| DBSchema
Represents a JDBC database schema.
|
| DBSequence
Represents a database sequence.
|
| DBTable
Represents a database table.
|
| DBTableComponent |
| DBTrigger
Represents a database trigger.
|
| DBUniqueConstraint
Represents a unique constraint on one or the combination of several columns of one table.
|
| FKChangeRule
Represents a rule to apply when a referenced database row
has been deleted or undergone a primary key value change.
|
| ForeignKeyPath
Represents a sequence of consecutively navigable foreign key references.
|
| MultiColumnObject
Interface for database objects that have multiple columns..
|
| SequenceHolder
Common interface for
DBObjects which can hold DBSequences. |
| TableContainer
Represents a database container which may contain tables or other containers.
|
| TableHolder |
| TableType
Enumeration of the table types defined in the JDBC spec.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| DBMetaDataImporter
Interface for classes that can import a database.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| DBMetaDataExporter
Interface for classes that can export a meta data model.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| DBCatalog
Represents a JDBC catalog.
|
| DBDataType
Represents a database column type.
|
| DBForeignKeyConstraint
Represents a foreign key constraint.
|
| DBMetaDataImporter
Interface for classes that can import a database.
|
| DBSchema
Represents a JDBC database schema.
|
| DBTable
Represents a database table.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| DBMetaDataExporter
Interface for classes that can export a meta data model.
|
| Class and Description |
|---|
| Database
Represents a database.
|
| DBMetaDataExporter
Interface for classes that can export a meta data model.
|
| DBMetaDataImporter
Interface for classes that can import a database.
|
| DBTable
Represents a database table.
|
| Class and Description |
|---|
| DBTable
Represents a database table.
|
Copyright © 2006–2014 Volker Bergmann. All rights reserved.