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 |
---|---|
AlterTableStep |
DSLContext.alterTable(Name table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DSLContext.alterTable(String table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DSLContext.alterTable(Table<?> table)
Create a new DSL
ALTER TABLE statement. |
Modifier and Type | Method and Description |
---|---|
static AlterTableStep |
DSL.alterTable(Name table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DefaultDSLContext.alterTable(Name table) |
static AlterTableStep |
DSL.alterTable(String table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DefaultDSLContext.alterTable(String table) |
static AlterTableStep |
DSL.alterTable(Table<?> table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DefaultDSLContext.alterTable(Table<?> table) |
Copyright © 2016. All Rights Reserved.