Uses of Interface
org.jooq.Label
-
Uses of Label in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @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 TypeMethodDescriptionstatic @NotNull ContinueWhenStep
Create anCONTINUE
statement for use in procedural code.static @NotNull ExitWhenStep
Create anEXIT
statement for use in procedural code.static @NotNull Statement
Create anGOTO
statement for use in procedural code.