|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
void |
ResultPanel.setResults(ResultSet newResults)
Set the ResultSet (usually as a result of refreshing or revising a Query) |
Constructors in edu.ucsb.nceas.morpho.query with parameters of type ResultSet | |
ResultFrame.ResultFrame(ClientFramework cf,
ResultSet results)
Construct a new ResultFrame and display the result set |
|
ResultFrame.ResultFrame(ClientFramework cf,
ResultSet results,
int fontSize)
Construct a new ResultFrame and display the result set |
|
ResultPanel.ResultPanel(ResultSet results)
Construct a new ResultPanel and display the result set. |
|
ResultPanel.ResultPanel(ResultSet results,
boolean showRefresh,
boolean showRevise)
Construct a new ResultPanel and display the result set |
|
ResultPanel.ResultPanel(ResultSet results,
boolean showRefresh,
boolean showRevise,
int fontSize)
Construct a new ResultPanel and display the result set |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |