|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryBase | |
com.dbxml.db.common.fulltext | Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. |
com.dbxml.db.common.query | This package implements the common base functionality for Query Resolver implementations. |
com.dbxml.db.common.xpath | This package implements the dbXML XPath query resolver. |
com.dbxml.db.common.xslt | This package implements the dbXML XSLT query resolver. |
com.dbxml.db.common.xupdate | Defines several classes for dbXML XUpdate query processing. |
Uses of QueryBase in com.dbxml.db.common.fulltext |
Subclasses of QueryBase in com.dbxml.db.common.fulltext | |
class |
FullTextQuery
FullTextQuery |
Methods in com.dbxml.db.common.fulltext that return QueryBase | |
QueryBase |
FullTextQueryResolver.createQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
Uses of QueryBase in com.dbxml.db.common.query |
Methods in com.dbxml.db.common.query that return QueryBase | |
abstract QueryBase |
QueryResolverBase.createQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
Uses of QueryBase in com.dbxml.db.common.xpath |
Methods in com.dbxml.db.common.xpath that return QueryBase | |
QueryBase |
XPathQueryResolver.createQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
Uses of QueryBase in com.dbxml.db.common.xslt |
Methods in com.dbxml.db.common.xslt that return QueryBase | |
QueryBase |
XSLTQueryResolver.createQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
Uses of QueryBase in com.dbxml.db.common.xupdate |
Methods in com.dbxml.db.common.xupdate that return QueryBase | |
QueryBase |
XUpdateQueryResolver.createQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |