Uses of Interface
org.jooq.False
-
Packages that use False Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of False in org.jooq.impl
Methods in org.jooq.impl that return False Modifier and Type Method Description static False
DSL. falseCondition()
Return aCondition
that will always evaluate to false.
-