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 |
---|---|
Queries |
DSLContext.ddl(Schema schema)
Generate the complete creation script for the entire schema.
|
Queries |
DSLContext.ddl(Schema schema,
DDLFlag... flags)
Generate a partial creation script for the entire schema.
|
Queries |
DSLContext.ddl(Table<?> table)
Generate the complete creation script for a table.
|
Queries |
DSLContext.ddl(Table<?> table,
DDLFlag... flags)
Generate a partial creation script for a table.
|
Modifier and Type | Method and Description |
---|---|
Batch |
DSLContext.batch(Queries queries)
Create a batch statement to execute a set of queries in batch mode
(without bind values).
|
Modifier and Type | Method and Description |
---|---|
Queries |
DefaultDSLContext.ddl(Schema schema) |
Queries |
DefaultDSLContext.ddl(Schema schema,
DDLFlag... flags) |
Queries |
DefaultDSLContext.ddl(Table<?> table) |
Queries |
DefaultDSLContext.ddl(Table<?> table,
DDLFlag... flags) |
static Queries |
DSL.queries(Collection<? extends Query> queries)
Wrap a collection of queries.
|
static Queries |
DSL.queries(Query... queries)
Wrap a collection of queries.
|
Modifier and Type | Method and Description |
---|---|
Batch |
DefaultDSLContext.batch(Queries queries) |
Copyright © 2016. All Rights Reserved.