Uses of Class
org.teiid.internal.core.index.Index

Packages that use Index
org.teiid.metadata.index   
 

Uses of Index in org.teiid.metadata.index
 

Methods in org.teiid.metadata.index that return Index
static Index[] SimpleIndexUtil.getIndexes(java.lang.String indexName, Index[] indexes)
          Return an array of indexes given a indexName.
 

Methods in org.teiid.metadata.index with parameters of type Index
static Index[] SimpleIndexUtil.getIndexes(java.lang.String indexName, Index[] indexes)
          Return an array of indexes given a indexName.
static IEntryResult[] SimpleIndexUtil.queryIndex(Index[] indexes, char[] pattern, boolean isPrefix, boolean isCaseSensitive, boolean returnFirstMatch)
          Return all index file records that match the specified record prefix or pattern.
 



Copyright © 2011. All Rights Reserved.