Uses of Class
edu.ucsb.nceas.morpho.query.ResultSet

Packages that use ResultSet
edu.ucsb.nceas.morpho.query   
 

Uses of ResultSet in edu.ucsb.nceas.morpho.query
 

Subclasses of ResultSet in edu.ucsb.nceas.morpho.query
 class HeadResultSet
          A HeadResultSet encapsulates the list of results returned from either a local query or a Metacat query, but only presents the most recent revision of a document as part of the Table Model.
 

Methods in edu.ucsb.nceas.morpho.query that return ResultSet
 ResultSet Query.execute()
          Run the query against the local data store and metacat, depending on how the searchMetacat and searchLocal flags are set.
 ResultSet LocalQuery.execute()
          Run the query against the local document store
 ResultSet ResultPanel.getResultSet()
          Get the result set from ResultPanel
 

Methods in edu.ucsb.nceas.morpho.query with parameters of type ResultSet
 void ResultSet.merge(ResultSet r2)
          Merge a ResultSet onto this one using the docid as the join column
 void HeadResultSet.merge(ResultSet r2)
          Merge a ResultSet onto this one using the docid as the join column
 

Constructors in edu.ucsb.nceas.morpho.query with parameters of type ResultSet
ResultPanel.ResultPanel(OpenDialogBox dialog, ResultSet results, ResultPanelAndFrameMediator myMediator)
          Construct a new ResultPanel and display the result set.
ResultPanel.ResultPanel(OpenDialogBox dialog, ResultSet results, ResultPanelAndFrameMediator myMediator, java.awt.Dimension preferredSize)
          Construct a new ResultPanel and display the result set.
ResultPanel.ResultPanel(OpenDialogBox dialog, ResultSet results, int fontSize, ResultPanelAndFrameMediator myMediator, java.awt.Dimension preferredSize)
          Construct a new ResultPanel and display the result set
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.