Module org.jooq
Package org.jooq

Interface True

All Superinterfaces:
Condition, QueryPart, Serializable

public interface True extends Condition
A Condition that always yields true.

Instances can be created using DSL.trueCondition().

Author:
Lukas Eder