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(java.lang.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(java.lang.String table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DefaultDSLContext.alterTable(java.lang.String table) |
static AlterTableStep |
DSL.alterTable(Table<?> table)
Create a new DSL
ALTER TABLE statement. |
AlterTableStep |
DefaultDSLContext.alterTable(Table<?> table) |
Copyright © 2014. All Rights Reserved.