All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.database.GetMarkersQuery

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

public class GetMarkersQuery
extends DatabaseQuery
GetMarkersQuery implements the abstract methods in DatabaseQuery so that calling them causes marker fetch.

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

Constructor Index

 o GetMarkersQuery()

Method Index

 o calculate(QueryDataSet)
Finalizes the query by creating a Vector of Marker objects to reflect the rows in the dataset.
 o doValidationCheck()
Checks that the database manager has opened the database.
 o getSQLClause()
Returns the SQL query for creating the needed dataset.
 o isWriteQuery()
Returns false.

Constructors

 o GetMarkersQuery
 public GetMarkersQuery()

Methods

 o calculate
 public void calculate(QueryDataSet dataset) throws DataSetException, ValidationException
Finalizes the query by creating a Vector of Marker objects to reflect the rows in the dataset. Sets the vector as the result property.

Overrides:
calculate in class DatabaseQuery
 o doValidationCheck
 public void doValidationCheck() throws ValidationException
Checks that the database manager has opened the database.

Overrides:
doValidationCheck 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