net.sf.basedb.core
Class DataCube.RawMappingQuery
java.lang.Object
net.sf.basedb.core.AbstractQuery
net.sf.basedb.core.AbstractSqlQuery
net.sf.basedb.core.DynamicQuery
net.sf.basedb.core.DataCube.RawMappingQuery
- All Implemented Interfaces:
- Query, SqlQuery
- Enclosing class:
- DataCube
private static final class DataCube.RawMappingQuery
- extends DynamicQuery
Select data from Dynamic#RawParents table. Used for counting
number of mappings between spots and raw data.
- Version:
- 2.2
Methods inherited from class net.sf.basedb.core.AbstractQuery |
addAutoJoiner, getCountQuery, getFirstResult, getMainQuery, getMaxResults, getParameterNames, getParameters, getParameterType, getParameterValue, getPermanentSelects, getQueryParameter, getQuerySection, getSelects, group, groupPermanent, hasParameterValue, having, havingPermanent, isCounting, isDistinct, isReadonly, isReturningTotalCount, join, joinPermanent, order, orderPermanent, postProcessQuery, reset, resetTemporary, restrict, restrictPermanent, select, selectPermanent, setCounting, setDistinct, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount, temporaryJoin, temporarySelect, toQl, toString |
Methods inherited from interface net.sf.basedb.core.query.Query |
addAutoJoiner, getFirstResult, getMaxResults, getParameterNames, getQueryParameter, getQuerySection, group, groupPermanent, hasParameterValue, having, havingPermanent, isCounting, isDistinct, isReadonly, isReturningTotalCount, join, joinPermanent, order, orderPermanent, reset, restrict, restrictPermanent, select, selectPermanent, setDistinct, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount, toQl |
DataCube.RawMappingQuery
private DataCube.RawMappingQuery(DataCube dataCube)
getDefaultSelects
Select[] getDefaultSelects()
- Specified by:
getDefaultSelects
in class AbstractSqlQuery
getJepFunctions
public JepFunction[] getJepFunctions(DbControl dc,
boolean restrictions)
- No JEP functions can be used with this type of query.
- Specified by:
getJepFunctions
in class DynamicQuery
restrictions
- If FALSE the metod should only return functions
that can be used as Expression
:s, otherwise it should return
both expression and restriction functions- Since:
- 2.15