| 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(Name 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. | 
AlterTableDropStep | 
AlterTableStep.dropColumn(Field<?> field)
Add an  
DROP COLUMN clause to the ALTER TABLE
 statement. | 
AlterTableDropStep | 
AlterTableStep.dropColumn(Name field)
Add an  
DROP COLUMN clause to the ALTER TABLE
 statement. | 
AlterTableDropStep | 
AlterTableStep.dropColumn(String field)
Add an  
DROP COLUMN clause to the ALTER TABLE
 statement. | 
Copyright © 2017. All Rights Reserved.