|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexQuery | |
org.dbxml.core.filer | Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. |
org.dbxml.core.indexer | Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. |
org.dbxml.core.indexer.helpers | Implements several optimized Helper classes for dbXML IndexQuery usage. |
Uses of IndexQuery in org.dbxml.core.filer |
Methods in org.dbxml.core.filer with parameters of type IndexQuery | |
void |
BTree.query(IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
void |
BTree.query(BTree.BTreeRootInfo root,
IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
Uses of IndexQuery in org.dbxml.core.indexer |
Methods in org.dbxml.core.indexer with parameters of type IndexQuery | |
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 IndexQuery in org.dbxml.core.indexer.helpers |
Subclasses of IndexQuery in org.dbxml.core.indexer.helpers | |
class |
IndexQueryANY
IndexQueryANY |
class |
IndexQueryBW
IndexQueryBW |
class |
IndexQueryBWX
IndexQueryBWX |
class |
IndexQueryEQ
IndexQueryEQ |
class |
IndexQueryGEQ
IndexQueryGEQ |
class |
IndexQueryGT
IndexQueryGT |
class |
IndexQueryIN
IndexQueryIN |
class |
IndexQueryLEQ
IndexQueryLEQ |
class |
IndexQueryLT
IndexQueryLT |
class |
IndexQueryNBW
IndexQueryNBW |
class |
IndexQueryNBWX
IndexQueryNBWX |
class |
IndexQueryNEQ
IndexQueryNEQ |
class |
IndexQueryNIN
IndexQueryNIN |
class |
IndexQueryNSW
IndexQueryNSW |
class |
IndexQuerySW
IndexQuerySW |
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |