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

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

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

Methods in edu.ucsb.nceas.morpho.query that return Query
 Query ResultSet.getQuery()
          Get the query that was used to construct these results
 Query QueryDialog.getQuery()
          Get the Query built using this dialog box
 

Methods in edu.ucsb.nceas.morpho.query with parameters of type Query
 void ResultSet.setQuery(Query query)
          Set the query that was used to construct these results (for use by LocalQuery)
 void QueryDialog.setQuery(Query query)
          Set the query that should be displayed and edited in the dialog
 

Constructors in edu.ucsb.nceas.morpho.query with parameters of type Query
ResultSet(Query query, java.lang.String source, java.io.InputStream resultsXMLStream, ClientFramework cf)
          Construct a ResultSet instance given a query object and a InputStream that represents an XML encoding of the results.
ResultSet(Query query, java.lang.String source, java.util.Vector vec, ClientFramework cf)
          Construct a ResultSet instance from a vector of vectors; for use with LocalQuery
HeadResultSet(Query query, java.lang.String source, java.io.InputStream resultsXMLStream, ClientFramework cf)
          Construct a HeadResultSet instance given a query object and a InputStream that represents an XML encoding of the results.
HeadResultSet(Query query, java.lang.String source, java.util.Vector vec, ClientFramework cf)
          Construct a HeadResultSet instance from a vector of vectors; for use with LocalQuery
LocalQuery(Query query, ClientFramework framework)
          Basic Constuctor for the class
 



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