Uses of Class
uk.org.ogsadai.client.databrowser.DBQueryController

Packages that use DBQueryController
uk.org.ogsadai.client.databrowser.commands Provides classes to execute requests on an OGSA-DAI service via the client toolkit. 
 

Uses of DBQueryController in uk.org.ogsadai.client.databrowser.commands
 

Fields in uk.org.ogsadai.client.databrowser.commands declared as DBQueryController
protected  DBQueryController Command.mController
          Controller to use when executing the command.
 

Methods in uk.org.ogsadai.client.databrowser.commands with parameters of type DBQueryController
static Command CommandFactory.create(java.lang.String name, DBQueryController controller)
          Creates a command.
 

Constructors in uk.org.ogsadai.client.databrowser.commands with parameters of type DBQueryController
XPathQueryCommand(DBQueryController controller)
           
XQueryCommand(DBQueryController controller)
          Constructs a new command with the given controller.
SQLQueryCommand(DBQueryController controller)
           
SQLResilientCommand(DBQueryController controller)
           
SQLBagCommand(DBQueryController controller)
           
Command(DBQueryController controller)
          Constructor
SQLUpdateCommand(DBQueryController controller)