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(java.lang.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(java.lang.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(java.lang.String schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchema(java.lang.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(java.lang.String schema)
Create a new DSL
DROP SCHEMA statement. |
DropSchemaStep |
DefaultDSLContext.dropSchemaIfExists(java.lang.String schema) |
Copyright © 2018. All Rights Reserved.