Class DynamicPositionQuery

All Implemented Interfaces:
ClonableReporterQuery, Query, SqlQuery

public class DynamicPositionQuery
extends DynamicQuery
Represents a query for position information against the dynamic database. A single query object may query against data in one bioassayset at a time. Use factory methods in the Dynamic class to join other tables and create restrictions based on the data in those tables. You may of course also use the regular expressions and restrictions from the Expressions, Restrictions and other classes.

This type of query is executed by the AbstractSqlQuery.iterate(DbControl) method and returns the result as a DynamicResultIterator.

Version:
2.0
Author:
Nicklas
See Also:
BioAssaySet.getPositionData()
Last modified
$Date: 2012-09-14 09:28:35 +0200 (fr, 14 sep 2012) $