| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| AlterTableStep | DSLContext. alterTable(Name table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DSLContext. alterTable(String table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DSLContext. alterTable(Table<?> table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DSLContext. alterTableIfExists(Name table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DSLContext. alterTableIfExists(String table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DSLContext. alterTableIfExists(Table<?> table)Create a new DSL  ALTER TABLEstatement. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AlterTableStep | DSL. alterTable(Name table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DefaultDSLContext. alterTable(Name table) | 
| static AlterTableStep | DSL. alterTable(String table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DefaultDSLContext. alterTable(String table) | 
| static AlterTableStep | DSL. alterTable(Table<?> table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DefaultDSLContext. alterTable(Table<?> table) | 
| static AlterTableStep | DSL. alterTableIfExists(Name table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DefaultDSLContext. alterTableIfExists(Name table) | 
| static AlterTableStep | DSL. alterTableIfExists(String table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DefaultDSLContext. alterTableIfExists(String table) | 
| static AlterTableStep | DSL. alterTableIfExists(Table<?> table)Create a new DSL  ALTER TABLEstatement. | 
| AlterTableStep | DefaultDSLContext. alterTableIfExists(Table<?> table) | 
Copyright © 2017. All Rights Reserved.