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(String field)
Add an
DROP COLUMN clause to the ALTER TABLE
statement. |
Copyright © 2015. All Rights Reserved.