|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexQuery | |
com.dbxml.db.common.btree | Defines the dbXML BTree implementation as well as the low-level Paged file system. |
com.dbxml.db.common.fulltext | Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. |
com.dbxml.db.common.indexers | Defines the dbXML standard Indexer implementations which consist of NameIndexer and ValueIndexer. |
com.dbxml.db.core.indexer | Defines the dbXML Indexer interfaces |
com.dbxml.db.core.indexer.helpers | Implements several optimized Helper classes for dbXML IndexQuery usage. |
Uses of IndexQuery in com.dbxml.db.common.btree |
Methods in com.dbxml.db.common.btree with parameters of type IndexQuery | |
void |
BTree.query(Transaction tx,
IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
Uses of IndexQuery in com.dbxml.db.common.fulltext |
Methods in com.dbxml.db.common.fulltext with parameters of type IndexQuery | |
IndexMatch[] |
FullTextIndexer.queryMatches(Transaction tx,
IndexQuery query)
|
Uses of IndexQuery in com.dbxml.db.common.indexers |
Methods in com.dbxml.db.common.indexers with parameters of type IndexQuery | |
IndexMatch[] |
ValueIndexer.queryMatches(Transaction tx,
IndexQuery query)
|
IndexMatch[] |
NameIndexer.queryMatches(Transaction tx,
IndexQuery query)
|
Uses of IndexQuery in com.dbxml.db.core.indexer |
Methods in com.dbxml.db.core.indexer with parameters of type IndexQuery | |
IndexMatch[] |
Indexer.queryMatches(Transaction tx,
IndexQuery query)
queryMatches retrieves a set of MatchEntry instances that match the supplied query. |
Uses of IndexQuery in com.dbxml.db.core.indexer.helpers |
Subclasses of IndexQuery in com.dbxml.db.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 |