|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexMatch | |
org.dbxml.core.indexer | Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. |
org.dbxml.core.query | Implements the dbXML QueryEngine and XPathQueryResolver. |
Uses of IndexMatch in org.dbxml.core.indexer |
Methods in org.dbxml.core.indexer that return IndexMatch | |
IndexMatch[] |
ValueIndexer.queryMatches(IndexQuery query)
|
IndexMatch[] |
NameIndexer.queryMatches(IndexQuery query)
|
IndexMatch[] |
Indexer.queryMatches(IndexQuery query)
queryMatches retrieves a set of MatchEntry instances that match the supplied query. |
Uses of IndexMatch in org.dbxml.core.query |
Methods in org.dbxml.core.query with parameters of type IndexMatch | |
static Key[] |
QueryEngine.getUniqueKeys(IndexMatch[] matches)
getUniqueKeys takes a set of IndexMatch objects and extracts all of its unique Keys in sorted order. |
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |