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 TypeMethodDescriptionvoid
Deprecated.For internal use within COPE only.void
appendSelect
(com.exedio.cope.Statement bf, Join join) Deprecated.For internal use within COPE only.void
Deprecated.For internal use within COPE only.Type<?>
getType()
ReturnsSelectable.getValueType()
.getJavaClass()
com.exedio.cope.SelectType<Integer>
greaterOrEqual
(Integer value) lessOrEqual
(Integer value) void
toString
(StringBuilder bf, Type<?> defaultType)
-
Constructor Details
-
Count
public Count()
-
-
Method Details
-
getValueClass
Description copied from interface:Selectable
ReturnsSelectable.getValueType()
.getJavaClass()
- Specified by:
getValueClass
in interfaceSelectable<Integer>
-
getValueType
- Specified by:
getValueType
in interfaceSelectable<Integer>
-
getType
- Specified by:
getType
in interfaceSelectable<Integer>
-
toString
- Specified by:
toString
in interfaceSelectable<Integer>
-
check
Deprecated.For internal use within COPE only.- Specified by:
check
in interfaceSelectable<Integer>
-
append
Deprecated.For internal use within COPE only.- Specified by:
append
in interfaceSelectable<Integer>
-
appendSelect
Deprecated.For internal use within COPE only.- Specified by:
appendSelect
in interfaceSelectable<Integer>
-
equal
-
notEqual
-
less
-
lessOrEqual
-
greater
-
greaterOrEqual
-
between
-