|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| 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.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.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.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||