Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-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. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 

 

Uses of References in oracle.javatools.db

 

Methods in oracle.javatools.db with annotations of type References
 DBObjectID[] ColumnConstraint.getColumnIDs()
          Gets the IDs of the columns referenced by this Constraint.
 DBObjectID[] Trigger.getColumnIDs()
          Deprecated.  
 DBObjectID UniqueConstraint.getIndexID()
          Get the Index that implements this UniqueConstraint
 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()
          Deprecated. 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()
           

 

Uses of References in oracle.javatools.db.plsql

 

Methods in oracle.javatools.db.plsql with annotations of type References
 DBObjectID Trigger.getBaseObjectID()
          Get method for the ID of the SchemaObject this is a Trigger for
 DBObjectID[] Trigger.getColumnIDs()
           
 DBObjectID PlSqlSchemaObjectBody.getSpecID()
          Get method for the SpecID property

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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