Uses of Interface
org.jooq.Label
-
Uses of Label in org.jooq.impl
Modifier 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.Modifier 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.