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

E13403-04

Uses of Class
oracle.javatools.db.property.References

Packages that use References
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
 

Uses of References in oracle.javatools.db
 

Methods in oracle.javatools.db with annotations of type References
 DBObjectID[] Trigger.getColumnIDs()
           
 DBObjectID[] ColumnConstraint.getColumnIDs()
          Gets the IDs of the columns referenced by this Constraint.
 DBObjectID Synonym.getReference()
          Retrieves the object refered to by this synonym.
 DBObjectID FKConstraint.getReferenceID()
          Retrieves the Object ID of the referenced unique constraint.
 DBObjectID Trigger.getTableID()
          Gets the table name for the trigger.
 

Uses of References in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora with annotations of type References
 DBObjectID[] MaterializedViewLog.getColumnIDs()
          Gets the list of columns in the "WITH" clause of the Materialized View Log.
 DBObjectID OracleIndexOrganizedTableProperties.getIncludeColumn()
          Gets the column (if any) to put in the INCLUDE clause.
 DBObjectID MaterializedViewLog.getMasterTableID()
          Returns the ID of the master table whose changes are logged
 DBObjectID[] OracleTablePartitions.getPartitionColumns()
          Return an array of (sub)partitioning columns.
 DBObjectID OracleStorageProperties.getTablespaceID()
           
 


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

E13403-04

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