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

E13403-03

Uses of Class
oracle.javatools.db.Index

Packages that use Index
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.jdeveloper.engine.db   
 

Uses of Index in oracle.javatools.db
 

Methods in oracle.javatools.db that return Index
 Index Table.getIndex(java.lang.String idxName)
           
 Index[] Table.getIndexes()
           
 

Methods in oracle.javatools.db with parameters of type Index
 void Table.addIndex(Index index)
           
protected  void Index.copyToImpl(Index copy, Table copyParent, IDPolicy idPolicy)
           
protected  boolean Index.equalsImpl(Index target)
           
 void Table.removeIndex(Index index)
           
 void Table.setIndexes(Index[] indexes)
           
 

Uses of Index in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora with parameters of type Index
static Column[] OracleIndexPartitions.getValidGlobalPartitionColumns(Index index)
          Returns an array of columns that are eligible for global index partitioning.
 

Uses of Index in oracle.jdeveloper.engine.db
 

Constructors in oracle.jdeveloper.engine.db with parameters of type Index
DBIndex(Index index, IndexObject column, int op)
           
 


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

E13403-03

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