Package com.exedio.cope
Interface Selectable<E>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Function<E>
,ItemFunction<E>
,NumberFunction<E>
,StringFunction
- All Known Implementing Classes:
Aggregate
,AsStringView
,AverageAggregate
,BindFunction
,BindItemFunction
,BindNumberFunction
,BindStringFunction
,BooleanField
,CoalesceView
,Count
,DateField
,DayField
,DayPartView
,DivideView
,DoubleField
,EnumField
,ExtremumAggregate
,FunctionField
,IntegerField
,ItemField
,LengthView
,LongField
,MinusView
,MultiplyLiteralView
,MultiplyView
,NumberField
,NumberView
,PlusLiteralView
,PlusView
,Random
,StringField
,StringView
,SumAggregate
,This
,UppercaseView
,View
-
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()
ReturnsgetValueType()
.getJavaClass()
com.exedio.cope.SelectType<E>
void
toString
(StringBuilder bf, Type<?> defaultType)
-
Method Details
-
getValueClass
ReturnsgetValueType()
.getJavaClass()
-
getValueType
com.exedio.cope.SelectType<E> getValueType() -
getType
Type<?> getType() -
toString
-
check
Deprecated.For internal use within COPE only. -
append
Deprecated.For internal use within COPE only. -
appendSelect
Deprecated.For internal use within COPE only.
-