dbXML API

Uses of Interface
com.dbxml.db.core.query.ResultSet

Packages that use ResultSet
com.dbxml.db.client.local This is a Local Client Connectivity Package. 
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.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.adapter Defines the Adapter interface as well as an abstract Adapter implementation that can be built from. 
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
com.dbxml.db.core.query.helpers This is a helper package for common Query functionality. 
 

Uses of ResultSet in com.dbxml.db.client.local
 

Methods in com.dbxml.db.client.local that return ResultSet
 ResultSet ResultSetClientImpl.getInternalResultSet()
           
 

Constructors in com.dbxml.db.client.local with parameters of type ResultSet
ResultSetClientImpl(CollectionClient col, ResultSet rs)
           
 

Uses of ResultSet in com.dbxml.db.common.fulltext
 

Classes in com.dbxml.db.common.fulltext that implement ResultSet
 class FullTextResultSet
          FullTextResultSet
 

Methods in com.dbxml.db.common.fulltext that return ResultSet
 ResultSet FullTextQuery.execute(Transaction tx)
           
 

Uses of ResultSet in com.dbxml.db.common.query
 

Classes in com.dbxml.db.common.query that implement ResultSet
 class ResultSetBase
          ResultSetBase
 

Methods in com.dbxml.db.common.query that return ResultSet
 ResultSet QueryResolverBase.query(Transaction tx, Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of ResultSet in com.dbxml.db.core
 

Methods in com.dbxml.db.core that return ResultSet
 ResultSet Collection.queryCollection(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap)
          queryCollection performs a query against the current collection using the specified style and query String.
 ResultSet Collection.queryDocument(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap, java.lang.Object key)
          queryDocument performs a query against a single Document using the specified style, query string, and Document ID.
 

Uses of ResultSet in com.dbxml.db.core.adapter
 

Methods in com.dbxml.db.core.adapter that return ResultSet
 ResultSet SimpleAdapter.queryCollection(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap)
           
 ResultSet SimpleAdapter.queryDocument(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap, java.lang.Object key)
           
 ResultSet Adapter.queryCollection(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap)
          queryCollection performs a query against the current collection using the specified style and query String.
 ResultSet Adapter.queryDocument(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap, java.lang.Object key)
          queryDocument performs a query against a single Document using the specified style, query string, and Document ID.
 

Uses of ResultSet in com.dbxml.db.core.query
 

Methods in com.dbxml.db.core.query that return ResultSet
 ResultSet QueryResolver.query(Transaction tx, Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query compiles a Query against the specified Collection context and returns the query results.
 ResultSet QueryEngine.query(Transaction tx, Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query performs the specified query and returns a NodeSet with any possible results from that query.
 ResultSet Query.execute(Transaction tx)
          execute actually Executes the query and returns the resulting ResultSet.
 

Uses of ResultSet in com.dbxml.db.core.query.helpers
 

Methods in com.dbxml.db.core.query.helpers with parameters of type ResultSet
static void ResultSetWrapper.toSAX(ResultSet rs, org.xml.sax.ContentHandler handler)
           
static DocumentTable ResultSetWrapper.toDocumentTable(ResultSet rs)
           
static org.w3c.dom.Document ResultSetWrapper.toDocument(ResultSet rs)
           
static java.lang.String ResultSetWrapper.toText(ResultSet rs)
           
 

Constructors in com.dbxml.db.core.query.helpers with parameters of type ResultSet
ResultSetWrapper(ResultSet rs)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group