|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
QueryDialog.getQuery()
Get the Query built using this dialog box |
Query |
ResultSet.getQuery()
Get the query that was used to construct these results |
Methods in edu.ucsb.nceas.morpho.query with parameters of type Query | |
void |
QueryDialog.setQuery(Query query)
Set the query that should be displayed and edited in the dialog |
void |
ResultSet.setQuery(Query query)
Set the query that was used to construct these results (for use by LocalQuery) |
Constructors in edu.ucsb.nceas.morpho.query with parameters of type Query | |
LocalQuery.LocalQuery(Query query,
ClientFramework framework)
Basic Constuctor for the class |
|
ResultSet.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.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.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.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |