Uses of Interface
org.jooq.False
-
Packages that use False Package Description org.jooq.impl Theorg.jooq.implpackage 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 FalseDSL. falseCondition()Return aConditionthat will always evaluate to false.
-