Class CountQuery
java.lang.Object
rife.database.queries.AbstractWhereDelegateQuery<CountQuery,Select>
rife.database.querymanagers.generic.CountQuery
public class CountQuery
extends AbstractWhereDelegateQuery<CountQuery,Select>
implements ReadQuery, Cloneable
-
Field Summary
Fields inherited from class rife.database.queries.AbstractWhereDelegateQuery
delegate_
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
rife.database.capabilities.Capabilities
getFrom()
getSql()
joinCustom
(String customJoin) joinInner
(String table, Select.JoinCondition condition, String conditionExpression) joinOuter
(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression) void
setExcludeUnsupportedCapabilities
(boolean flag) toString()
Methods inherited from class rife.database.queries.AbstractWhereDelegateQuery
addWhereParameters, getDatasource, startWhere, startWhereAnd, startWhereOr, where, where, where, where, where, where, where, where, where, where, where, where, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereExcluded, whereFiltered, whereIncluded, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereSubselect
-
Constructor Details
-
CountQuery
-
-
Method Details
-
toString
-
clone
-
clear
public void clear() -
getFrom
-
getParameters
- Specified by:
getParameters
in interfaceQuery
-
getSql
-
getCapabilities
public rife.database.capabilities.Capabilities getCapabilities()- Specified by:
getCapabilities
in interfaceQuery
-
setExcludeUnsupportedCapabilities
public void setExcludeUnsupportedCapabilities(boolean flag) - Specified by:
setExcludeUnsupportedCapabilities
in interfaceQuery
-
join
-
joinCross
-
joinCustom
-
joinInner
public CountQuery joinInner(String table, Select.JoinCondition condition, String conditionExpression) -
joinOuter
public CountQuery joinOuter(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression) -
union
-
union
-
getDelegate
- Overrides:
getDelegate
in classAbstractWhereDelegateQuery<CountQuery,
Select>
-