Package com.exedio.cope
Class Count
java.lang.Object
com.exedio.cope.Count
- All Implemented Interfaces:
Selectable<Integer>,Serializable
Use only as select in query using groupBy
Grouping functionality is 'beta' - API may change
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.For internal use within COPE only.voidappendSelect(com.exedio.cope.Statement bf, Join join) Deprecated.For internal use within COPE only.voidDeprecated.For internal use within COPE only.Type<?>getType()ReturnsSelectable.getValueType().getJavaClass()com.exedio.cope.SelectType<Integer>greaterOrEqual(Integer value) lessOrEqual(Integer value) voidtoString(StringBuilder bf, Type<?> defaultType)
-
Constructor Details
-
Count
public Count()
-
-
Method Details
-
getValueClass
Description copied from interface:SelectableReturnsSelectable.getValueType().getJavaClass()- Specified by:
getValueClassin interfaceSelectable<Integer>
-
getValueType
- Specified by:
getValueTypein interfaceSelectable<Integer>
-
getType
- Specified by:
getTypein interfaceSelectable<Integer>
-
toString
- Specified by:
toStringin interfaceSelectable<Integer>
-
check
Deprecated.For internal use within COPE only.- Specified by:
checkin interfaceSelectable<Integer>
-
append
Deprecated.For internal use within COPE only.- Specified by:
appendin interfaceSelectable<Integer>
-
appendSelect
Deprecated.For internal use within COPE only.- Specified by:
appendSelectin interfaceSelectable<Integer>
-
equal
-
notEqual
-
less
-
lessOrEqual
-
greater
-
greaterOrEqual
-
between
-