Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Package oracle.javatools.db.ora

Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle.

See:
          Description

Interface Summary
OracleDatabase Extension of the Database interface for Oracle specific implementations.
OracleDatabaseXE Extension of OracleDatabase for the XE version of the database.
 

Class Summary
DatabaseLink Model of a database DatabaseLink.
Directory Model of an Oracle Directory object.
IndexPartition Model of an Oracle index partition.
Indextype  
LOBDescriptor LOBDescriptor encapsulates the partitioning properties of LOB and VARRAY columns.
MaterializedView A MaterializedView represents a Materialized View in the database.
MaterializedViewLog  
NameBasedRefID Deprecated.
OpaqueFormatSpec Abstraction of the Oracle opaque_format_spec.
OracleColumnProperties  
OracleExternalTableProperties An external table is one whose metadata (definition) is stored in the database but whose data is stored outside the database.
OracleExternalTableProperties.LocationSpecifier The LOCATION clause lets you specify one or more external data sources.
OracleIndexOrganizedTableProperties Property object to hold the index organized specific properties for an IOT.
OracleIndexPartitions Model of the partitioning scheme on an Oracle index.
OracleIndexProperties  
OracleNestedTableProperties  
OracleNumberDataType  
OracleSchemaProperties Bean for the extra properties that are stored against a Schema in an OracleDatabase.
OracleSQLQuery Object that represents a complete SQL query.
OracleStorageProperties  
OracleTablePartitions OracleTablePartitions encapsulate the properties of an Oracle table's partitions and subpartitions.
OracleTablespaceProperties  
RecycledObject Model of an object that has been dropped and is now in the Oracle recycle bin.
TablePartition TablePartition encapsulate the properties of an individual partition or subpartition.
XMLSchema Object to represent an XML Schema held in the database.
XMLSchemaElement  
XMLTypeColumnProperties  
 

Enum Summary
MaterializedView.BuildType  
MaterializedView.FastRefreshable  
MaterializedView.PrebuiltType Indicates whether the materialized view is prebuilt including whether it is specified with or without precision.
MaterializedView.RefreshMethod Method used to refresh the Materialized View.
MaterializedView.RefreshMode Different modes that can be selected for how the Materialized View will be refreshed.
MaterializedView.RefreshWith  
MaterializedView.RewriteCapability Valid values for the rewrite capability
MaterializedView.RollbackSegmentType  
MaterializedView.Staleness Relationship between the contents of the materialized view and the contents of the materialized view's masters
MaterializedView.UsingConstraints Wether this view can using trusted constraints as well as those that are enforced.
OracleExternalTableProperties.AccessType Allowed values for the access parameter type.
OracleExternalTableProperties.ProjectColumn  
OracleIndexPartitions.PartitionType  
OracleStorageProperties.BufferModes Allowed values for the bufferModes property.
OracleTablePartitions.ObjectType  
OracleTablePartitions.PartitionType  
OracleTablespaceProperties.DefaultTableCompression  
OracleTablespaceProperties.ExtentManagementType  
OracleTablespaceProperties.LoggingType  
OracleTablespaceProperties.OnlineStatus  
OracleTablespaceProperties.RetentionType  
OracleTablespaceProperties.SegmentManagement  
RecycledObject.Operation  
TablePartition.ListValue  
TablePartition.RangeValue  
XMLTypeColumnProperties.StoreAs  
 

Package oracle.javatools.db.ora Description

Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle.

See Also:
oracle.javatools.db

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.