- 
- All Superinterfaces:
 Named,QueryPart,SelectFieldOrAsterisk,Serializable,Typed<T>
- All Known Subinterfaces:
 AggregateFilterStep<T>,AggregateFunction<T>,ArrayAggOrderByStep<T>,CaseConditionStep<T>,CaseWhenStep<V,T>,Field<T>,GroupConcatOrderByStep,GroupConcatSeparatorStep,JSONArrayAggNullStep<T>,JSONArrayAggOrderByStep<J>,JSONArrayNullStep<T>,JSONObjectAggNullStep<T>,JSONObjectNullStep<T>,JSONValueOnStep<J>,Param<T>,TableField<R,T>,UDTField<R,T>,Variable<T>,WindowBeforeOverStep<T>,WindowExcludeStep<T>,WindowFinalStep<T>,WindowOrderByStep<T>,WindowPartitionByStep<T>,WindowRowsStep<T>,XMLAggOrderByStep<T>
- All Known Implementing Classes:
 CustomField
public interface SelectField<T> extends SelectFieldOrAsterisk, Named, Typed<T>
AQueryPartto be used exclusively inSELECTclauses.Instances of this type cannot be created directly, only of its subtypes.
- Author:
 - Lukas Eder
 
 
- 
- 
Method Summary
- 
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName 
- 
Methods inherited from interface org.jooq.Typed
getBinding, getConverter, getDataType, getDataType, getType 
 - 
 
 -