All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.database.GetAccountOptionsQuery

java.lang.Object
   |
   +----tc.database.DatabaseQuery
           |
           +----tc.database.GetAccountOptionsQuery

public class GetAccountOptionsQuery
extends DatabaseQuery
GetAccountOptionsQuery implements the abstract methods in DatabaseQuery so that calling them causes account options fetch.

Version:
0.30, 1998/04/01
Author:
FRED development team, Antti Viljamaa

Constructor Index

 o GetAccountOptionsQuery()

Method Index

 o calculate(QueryDataSet)
Finalizes the query by creating a new AccountOptionsMessage based on the first row in the dataset and setting the message as the result property.
 o getSQLClause()
Returns the SQL query for creating the needed dataset.
 o isWriteQuery()
Returns false.

Constructors

 o GetAccountOptionsQuery
 public GetAccountOptionsQuery()

Methods

 o calculate
 public void calculate(QueryDataSet dataset) throws DataSetException, ValidationException
Finalizes the query by creating a new AccountOptionsMessage based on the first row in the dataset and setting the message as the result property.

Overrides:
calculate in class DatabaseQuery
 o getSQLClause
 public String getSQLClause()
Returns the SQL query for creating the needed dataset.

Returns:
String A string representing the query.
Overrides:
getSQLClause in class DatabaseQuery
 o isWriteQuery
 public boolean isWriteQuery()
Returns false.

Returns:
false
Overrides:
isWriteQuery in class DatabaseQuery

All Packages  Class Hierarchy  This Package  Previous  Next  Index