Uses of Class
org.apache.manifoldcf.core.interfaces.IndexDescription
-
Packages that use IndexDescription Package Description org.apache.manifoldcf.core.database org.apache.manifoldcf.core.interfaces -
-
Uses of IndexDescription in org.apache.manifoldcf.core.database
Methods in org.apache.manifoldcf.core.database that return types with arguments of type IndexDescription Modifier and Type Method 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.Methods in org.apache.manifoldcf.core.database with parameters of type IndexDescription Modifier and Type Method Description java.lang.StringDatabase. constructIndexHintClause(java.lang.String tableName, IndexDescription description)Construct index hint clause.java.lang.StringDBInterfaceMySQL. constructIndexHintClause(java.lang.String tableName, IndexDescription description)Construct index hint clause.protected voidBaseTable. performAddIndex(java.lang.String indexName, IndexDescription description)Add an index to a table.voidDBInterfaceHSQLDB. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.voidDBInterfaceMySQL. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.voidDBInterfacePostgreSQL. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table. -
Uses of IndexDescription in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return types with arguments of type IndexDescription Modifier and Type Method 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.Methods in org.apache.manifoldcf.core.interfaces with parameters of type IndexDescription Modifier and Type Method Description java.lang.StringIDBInterface. constructIndexHintClause(java.lang.String tableName, IndexDescription description)Construct index hint clause.voidIDBInterface. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.
-