Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage | |
com.ibm.tivoli.maximo.dbmanage.connection |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IndexDefinition> |
IndexDefinition.fetchIndexDefinition(java.sql.Connection connection,
java.lang.String whereClause)
Returns the definitions of indexes found with the where clause on the MaxSysIndexes table.
|
Modifier and Type | Method and Description |
---|---|
void |
MaximoIndex.createMaximoIndex(IndexDefinition id)
Create a Maximo Index given the index definition.
|
void |
MaximoIndex.doCreateIndex(IndexDefinition id)
Try to build the index specified by the parameter.
|
void |
MaximoIndex.dropIndex(IndexDefinition id)
Drop the index named by the Index Definition.
|
void |
MaximoIndex.dropIndexMeta(IndexDefinition id)
Removes references in the Maximo framework tables to the index given.
|
void |
MaximoIndex.dropMaximoIndex(IndexDefinition dropId)
Drop the maximo index that matches the definition given.
|
void |
MaximoIndex.getStorageForIndex(IndexDefinition id) |