dalclient
Class ConeQuery

java.lang.Object
  extended bydalclient.DALQuery
      extended bydalclient.ConeQuery

public class ConeQuery
extends DALQuery

Cone Service query. Provides methods to build up and execute a query against a connection.


Method Summary
 QueryResponse execute()
          Execute query and process the resultant VOTable into a cone search query response class.
 
Methods inherited from class dalclient.DALQuery
addParameter, executeCSV, executeCSV, executeCSV, executeRaw, executeRaw, executeVOTable, executeVOTable, getQueryString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public QueryResponse execute()
                      throws java.lang.Exception
Execute query and process the resultant VOTable into a cone search query response class. Since for a cone search we deal with general tables which do not have a data model, the query response will use the UCD of each field as the key.

Throws:
java.lang.Exception