| Package | Description |
|---|---|
| org.apache.manifoldcf.core.database | |
| org.apache.manifoldcf.core.interfaces |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IndexDescription> |
DBInterfaceHSQLDB.getTableIndexes(java.lang.String tableName,
StringSet cacheKeys,
java.lang.String queryClass)
Get a table's indexes.
|
java.util.Map<java.lang.String,IndexDescription> |
DBInterfaceMySQL.getTableIndexes(java.lang.String tableName,
StringSet cacheKeys,
java.lang.String queryClass)
Get a table's indexes.
|
java.util.Map<java.lang.String,IndexDescription> |
DBInterfacePostgreSQL.getTableIndexes(java.lang.String tableName,
StringSet cacheKeys,
java.lang.String queryClass)
Get a table's indexes.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DBInterfaceMySQL.constructIndexHintClause(java.lang.String tableName,
IndexDescription description)
Construct index hint clause.
|
java.lang.String |
Database.constructIndexHintClause(java.lang.String tableName,
IndexDescription description)
Construct index hint clause.
|
protected void |
BaseTable.performAddIndex(java.lang.String indexName,
IndexDescription description)
Add an index to a table.
|
void |
DBInterfaceHSQLDB.performAddIndex(java.lang.String indexName,
java.lang.String tableName,
IndexDescription description)
Add an index to a table.
|
void |
DBInterfaceMySQL.performAddIndex(java.lang.String indexName,
java.lang.String tableName,
IndexDescription description)
Add an index to a table.
|
void |
DBInterfacePostgreSQL.performAddIndex(java.lang.String indexName,
java.lang.String tableName,
IndexDescription description)
Add an index to a table.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IndexDescription> |
IDBInterface.getTableIndexes(java.lang.String tableName,
StringSet cacheKeys,
java.lang.String queryClass)
Get a table's indexes.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IDBInterface.constructIndexHintClause(java.lang.String tableName,
IndexDescription description)
Construct index hint clause.
|
void |
IDBInterface.performAddIndex(java.lang.String indexName,
java.lang.String tableName,
IndexDescription description)
Add an index to a table.
|