Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
AlterTableRenameColumnToStep |
AlterTableStep.renameColumn(Field<?> oldName)
Add a
RENAME COLUMN clause to the ALTER TABLE
statement. |
AlterTableRenameColumnToStep |
AlterTableStep.renameColumn(Name oldName)
Add a
RENAME COLUMN clause to the ALTER TABLE
statement. |
AlterTableRenameColumnToStep |
AlterTableStep.renameColumn(String oldName)
Add a
RENAME COLUMN clause to the ALTER TABLE
statement. |
Copyright © 2016. All Rights Reserved.