-
- All Superinterfaces:
Named
,QueryPart
,Serializable
- All Known Subinterfaces:
AggregateFilterStep<T>
,AggregateFunction<T>
,ArrayAggOrderByStep<T>
,CaseConditionStep<T>
,CaseWhenStep<V,T>
,Constraint
,ConstraintFinalStep
,ConstraintForeignKeyOnStep
,ConstraintTypeStep
,Field<T>
,GroupConcatOrderByStep
,GroupConcatSeparatorStep
,Param<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 FieldOrConstraint extends Named
A common base type forField
andConstraint
where DSL API accepts both types alike.This is useful for DDL statements.
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, getName, getQualifiedName, getUnqualifiedName
-
-