Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Package oracle.owb.relational

Provides interfaces for relational design.

See:
          Description

Interface Summary
CheckConstraint CheckConstraint interface represents a CHECK integrity constraint.
CheckConstraintPhysicalProperties CheckConstraintPhysicalProperties interface contains the physical property names for CheckConstraintPhysicalProperties.
Column Column interface represents a relational data entity colum.
ColumnOwner ColumnOwner interface represents an abstract, ordered column container.
ExternalTable ExternalTable interface represents an Oracle database external table.
ExternalTableColumn ExternalTableColumn interface represents a external data entity colum.
ExternalTablePhysicalProperties ExternalTablePhysicalProperties interface contains the physical property names for ExternalTablePhysicalProperties.
ForeignKey ForeignKey interface represents a data entity foreign key constraint.
ForeignKeyPhysicalProperties ForeignKeyPhysicalProperties interface contains the physical property names for ForeignKeyPhysicalProperties.
Index Index interface represents a relational data entity index .
IndexColumn IndexColumn interface represents a relational data entity IndexColumn.
IndexPartitionOwner IndexPartitionOwner interface represents an abstract, ordered column container.
IndexPhysicalProperties IndexPhysicalProperties interface contains the physical property names for IndexPhysicalProperties.
KeyOwner KeyOwner interface represents an abstract keys container.
MaterializedView MaterializedView interface represents a relational database materialized view.
MaterializedViewPhysicalProperties MaterializedViewPhysicalProperties interface contains the physical property names for MaterializedViewPhysicalProperties.
Partition Partition interface represents a relational data entity index .
PartitionKey PartitionKey interface represents a relational data entity index .
PartitionKeyPhysicalProperties PartitionKeyPhysicalProperties interface contains the physical property names for PartitionKeyPhysicalProperties.
PartitionPhysicalProperties PartitionPhysicalProperties interface contains the physical property names for PartitionPhysicalProperties.
Sequence Sequence interface represents a database sequence table.
SequencePhysicalProperties SequencePhysicalProperties interface contains the physical property names for SequencePhysicalProperties.
Table Table interface represents a relational database table.
TablePhysicalProperties TablePhysicalProperties interface contains the physical property names for TablePhysicalProperties.
UniqueKey UniqueKey interface represents a data entity unique key constraint.
UniqueKeyPhysicalProperties UniqueKeyPhysicalProperties interface contains the physical property names for UniqueKeyPhysicalProperties.
View View interface represents a relational database view.
ViewPhysicalProperties ViewPhysicalProperties interface contains the physical property names for ViewPhysicalProperties.

 

Package oracle.owb.relational Description

Provides interfaces for relational design.


Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.