| Package | Description | 
|---|---|
| org.jooq | 
 The  
org.jooq package contains jOOQ's public API. | 
| org.jooq.impl | 
 The  
org.jooq.impl package contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
Block | 
DSLContext.begin(Collection<? extends Statement> statements)
Wrap a collection of statements in an anoymous procedural block. 
 | 
Block | 
DSLContext.begin(Statement... statements)
Wrap a collection of statements in an anonymous procedural block. 
 | 
Block | 
Queries.block()
The wrapped collection of queries as a  
Block. | 
| Modifier and Type | Method and Description | 
|---|---|
static Block | 
DSL.begin(Collection<? extends Statement> statements)
Wrap a collection of statements in an anonymous procedural block. 
 | 
Block | 
DefaultDSLContext.begin(Collection<? extends Statement> statements)  | 
static Block | 
DSL.begin(Statement... statements)
Wrap a collection of statements in an anonymous procedural block. 
 | 
Block | 
DefaultDSLContext.begin(Statement... statements)  | 
Copyright © 2019. All rights reserved.