| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| Modifier and Type | Method and Description |
|---|---|
AlterTableDropStep |
AlterTableStep.drop(Field<?> field)
Add an
DROP COLUMN clause to the ALTER TABLE
statement. |
AlterTableDropStep |
AlterTableStep.drop(java.lang.String field)
Add an
DROP COLUMN clause to the ALTER TABLE
statement. |
Copyright © 2014. All Rights Reserved.