JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Deprecated
Index
Search
Help
org.jooq
org.jooq
RepeatUntilStep
Contents
Description
Method Summary
Method Details
until(Condition)
until(Field)
Hide sidebar
Show sidebar
Interface RepeatUntilStep
@Pro
public interface
RepeatUntilStep
An intermediate step in building a procedural
REPEAT
statement.
Author:
Lukas Eder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
Statement
until
(
Condition
condition)
Add an
UNTIL
clause to the
REPEAT
loop.
@NotNull
Statement
until
(
Field
<
Boolean
> condition)
Add an
UNTIL
clause to the
REPEAT
loop.
Method Details
until
@NotNull
@Support
({
AURORA_POSTGRES
,
BIGQUERY
,
COCKROACHDB
,
DB2
,
EXASOL
,
FIREBIRD
,
H2
,
HANA
,
HSQLDB
,
INFORMIX
,
MARIADB
,
MYSQL
,
ORACLE
,
POSTGRES
,
SNOWFLAKE
,
SQLDATAWAREHOUSE
,
SQLSERVER
,
TRINO
,
YUGABYTEDB
})
@NotNull
Statement
until
(
Condition
condition)
Add an
UNTIL
clause to the
REPEAT
loop.
until
@NotNull
@Support
({
AURORA_POSTGRES
,
BIGQUERY
,
COCKROACHDB
,
DB2
,
EXASOL
,
FIREBIRD
,
H2
,
HANA
,
HSQLDB
,
INFORMIX
,
MARIADB
,
MYSQL
,
ORACLE
,
POSTGRES
,
SNOWFLAKE
,
SQLDATAWAREHOUSE
,
SQLSERVER
,
TRINO
,
YUGABYTEDB
})
@NotNull
Statement
until
(
Field
<
Boolean
> condition)
Add an
UNTIL
clause to the
REPEAT
loop.