| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| 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. | 
| 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.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||