-
- All Superinterfaces:
QueryPart
,Serializable
- All Known Subinterfaces:
AggregateFilterStep<T>
,AggregateFunction<T>
,ArrayAggOrderByStep<T>
,Asterisk
,CaseConditionStep<T>
,CaseWhenStep<V,T>
,Field<T>
,GroupConcatOrderByStep
,GroupConcatSeparatorStep
,Param<T>
,QualifiedAsterisk
,SelectField<T>
,TableField<R,T>
,UDTField<R,T>
,Variable<T>
,WindowBeforeOverStep<T>
,WindowExcludeStep<T>
,WindowFinalStep<T>
,WindowOrderByStep<T>
,WindowPartitionByStep<T>
,WindowRowsStep<T>
- All Known Implementing Classes:
ConvertDateTime
,CustomField
public interface SelectFieldOrAsterisk extends QueryPart
AQueryPart
to be used exclusively inSELECT
clauses.Instances of this type cannot be created directly, only of its subtypes.
- Author:
- Lukas Eder