| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexObject | |
|---|---|
| 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.sql | Contains an API for declaratively parsing SQL queries (SELECT statements). | 
| oracle.jdeveloper.engine.db | |
| Uses of IndexObject in oracle.javatools.db | 
|---|
| Methods in oracle.javatools.db that return IndexObject | |
|---|---|
 IndexObject[] | 
Index.getColumnExpressions()
Retrieves the column expressions referenced by this index.  | 
| Methods in oracle.javatools.db with parameters of type IndexObject | |
|---|---|
 void | 
Index.addColumnExpression(IndexObject colExpr)
Adds a column to the list of indexed columns.  | 
 void | 
Index.addColumnExpression(int posn,
                    IndexObject colExpr)
Insert a column into the list of indexed columns.  | 
 void | 
Index.removeColumnExpression(IndexObject colExpr)
Removes a column expression from the list of indexed column expressions  | 
 void | 
Index.setColumnExpressions(IndexObject[] colExprs)
Sets the column expressions referenced by this index.  | 
| Uses of IndexObject in oracle.javatools.db.sql | 
|---|
| Methods in oracle.javatools.db.sql with parameters of type IndexObject | |
|---|---|
protected  void | 
IndexObject.copyToImpl(IndexObject target,
           DBObject copyParent,
           IDPolicy idPolicy)
 | 
protected  boolean | 
IndexObject.equalsImpl(IndexObject other)
 | 
| Uses of IndexObject in oracle.jdeveloper.engine.db | 
|---|
| Constructors in oracle.jdeveloper.engine.db with parameters of type IndexObject | |
|---|---|
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  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||