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.
-
ExQry()
- Default constructor
-
fire(String)
- Method to connect to the database and fetch the results, format
them and return to the calling method
ExQry
public ExQry()
- Default constructor
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