All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class engine.ExQry

java.lang.Object
   |
   +----engine.ExQry

public class ExQry
extends Object
Connects to the database and executes the query passed by the remote client through the Bind class executeTask method.


Constructor Index

 o ExQry()
Default constructor

Method Index

 o fire(String)
Method to connect to the database and fetch the results, format them and return to the calling method

Constructors

 o ExQry
 public ExQry()
Default constructor

Methods

 o fire
 public Object fire(String string)
Method to connect to the database and fetch the results, format them and return to the calling method

Parameters:
string - Query to be executed
Returns:
Object Query result

All Packages  Class Hierarchy  This Package  Previous  Next  Index