| Package | Description | 
|---|---|
| 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.hive | 
| Modifier and Type | Method and Description | 
|---|---|
IndexObject[] | 
Index.getColumnExpressions()
Retrieves the column expressions referenced by this index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IndexObject[] | 
HiveBucketProperties.getBucketSortColumns()
Gets the ids for the columns that are sorted within the buckets for
 this table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HiveBucketProperties.setBucketSortColumns(IndexObject... colIDs)
Sets the ids for the columns that are sorted within the buckets for
 this table. 
 |