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 |
---|---|
DropSchemaStep |
DSLContext.dropSchema(Name schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DSLContext.dropSchema(Schema schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DSLContext.dropSchema(String schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DSLContext.dropSchemaIfExists(Name schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DSLContext.dropSchemaIfExists(Schema schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DSLContext.dropSchemaIfExists(String schema)
Create a new DSL
DROP SCHEMA statement. |
Modifier and Type | Method and Description |
---|---|
static DropSchemaStep |
DSL.dropSchema(Name schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchema(Name schema) |
static DropSchemaStep |
DSL.dropSchema(Schema schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchema(Schema schema) |
static DropSchemaStep |
DSL.dropSchema(String schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchema(String schema) |
static DropSchemaStep |
DSL.dropSchemaIfExists(Name schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchemaIfExists(Name schema) |
static DropSchemaStep |
DSL.dropSchemaIfExists(Schema schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchemaIfExists(Schema schema) |
static DropSchemaStep |
DSL.dropSchemaIfExists(String schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchemaIfExists(String schema) |
Copyright © 2017. All Rights Reserved.