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 |
---|---|
static DDLFlag |
DDLFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDLFlag[] |
DDLFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Queries |
DSLContext.ddl(Catalog schema,
DDLFlag... flags)
Generate a partial creation script for the entire catalog.
|
Queries |
DSLContext.ddl(Schema schema,
DDLFlag... flags)
Generate a partial creation script for the entire schema.
|
Queries |
DSLContext.ddl(Table<?> table,
DDLFlag... flags)
Generate a partial creation script for a table.
|
Modifier and Type | Method and Description |
---|---|
Queries |
DefaultDSLContext.ddl(Catalog schema,
DDLFlag... flags) |
Queries |
DefaultDSLContext.ddl(Schema schema,
DDLFlag... flags) |
Queries |
DefaultDSLContext.ddl(Table<?> table,
DDLFlag... flags) |
Copyright © 2017. All Rights Reserved.