Class DynamicExtraValueQuery

All Implemented Interfaces:
ClonableReporterQuery, Query, SqlQuery

public class DynamicExtraValueQuery
extends DynamicQuery
Represents a query for extra values in the dynamic database. A single query object may query against data in one bioassayset at a time.

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:
ExtraValue.getValues()
Last modified
$Date: 2012-09-14 09:28:35 +0200 (fr, 14 sep 2012) $
  • Field Details

    • defaultSelects

      private final Select[] defaultSelects
  • Constructor Details

    • DynamicExtraValueQuery

      DynamicExtraValueQuery​(DataCube cube, VirtualTable rootTable, VirtualColumn... defaultSelects)
      Create a new dynamic query.
      Parameters:
      cube - The cube to query against
      rootTable - The root table of the query
      defaultSelects - The columns in the root table that are selected by default if no other selections are specfied before the query is executed
  • Method Details