Uses of Interface
org.jooq.Label
Packages that use Label
-
Uses of Label in org.jooq.impl
Methods in org.jooq.impl that return LabelModifier and TypeMethodDescriptiondefault Label
QOM.Goto.$label()
static @NotNull Label
Create a label reference for use in procedural code.static @NotNull Label
Create a label reference for use in procedural code.Methods in org.jooq.impl with parameters of type LabelModifier and TypeMethodDescriptiondefault @NotNull QOM.Goto
static @NotNull ContinueWhenStep
Create anCONTINUE
statement for use in procedural code.static @NotNull ExitWhenStep
Create anEXIT
statement for use in procedural code.static @NotNull Statement
TheGOTO
function.