Package com.exedio.cope
Class Count
- java.lang.Object
-
- com.exedio.cope.Count
-
- All Implemented Interfaces:
Selectable<Integer>
,Serializable
public final class Count extends Object implements Selectable<Integer>
Use only as select in query using groupByGrouping functionality is 'beta' - API may change
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Count()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
append(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.void
appendSelect(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.Condition
between(Integer lowerBound, Integer upperBound)
void
check(com.exedio.cope.TC tc, Join join)
Deprecated.For internal use within COPE only.Condition
equal(Integer value)
Type<?>
getType()
Class<Integer>
getValueClass()
ReturnsSelectable.getValueType()
.getJavaClass()
com.exedio.cope.SelectType<Integer>
getValueType()
CompareCondition<Integer>
greater(Integer value)
CompareCondition<Integer>
greaterOrEqual(Integer value)
CompareCondition<Integer>
less(Integer value)
CompareCondition<Integer>
lessOrEqual(Integer value)
Condition
notEqual(Integer value)
void
toString(StringBuilder bf, Type<?> defaultType)
-
-
-
Method Detail
-
getValueClass
public Class<Integer> getValueClass()
Description copied from interface:Selectable
ReturnsSelectable.getValueType()
.getJavaClass()
- Specified by:
getValueClass
in interfaceSelectable<Integer>
-
getValueType
public com.exedio.cope.SelectType<Integer> getValueType()
- Specified by:
getValueType
in interfaceSelectable<Integer>
-
getType
public Type<?> getType()
- Specified by:
getType
in interfaceSelectable<Integer>
-
toString
public void toString(StringBuilder bf, Type<?> defaultType)
- Specified by:
toString
in interfaceSelectable<Integer>
-
check
@Deprecated public void check(com.exedio.cope.TC tc, Join join)
Deprecated.For internal use within COPE only.- Specified by:
check
in interfaceSelectable<Integer>
-
append
@Deprecated public void append(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.- Specified by:
append
in interfaceSelectable<Integer>
-
appendSelect
@Deprecated public void appendSelect(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.- Specified by:
appendSelect
in interfaceSelectable<Integer>
-
less
public CompareCondition<Integer> less(Integer value)
-
lessOrEqual
public CompareCondition<Integer> lessOrEqual(Integer value)
-
greater
public CompareCondition<Integer> greater(Integer value)
-
greaterOrEqual
public CompareCondition<Integer> greaterOrEqual(Integer value)
-
-