Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
AlterViewFinalStep |
AlterViewStep.comment(Comment comment)
Specify a comment for a table using MySQL's syntax (which MySQL currently
doesn't support on views).
|
AlterViewFinalStep |
AlterViewStep.comment(String comment)
Specify a comment for a table using MySQL's syntax (which MySQL currently
doesn't support on views).
|
AlterViewFinalStep |
AlterViewStep.renameTo(Name newName)
Add a
RENAME TO clause to the ALTER VIEW
statement. |
AlterViewFinalStep |
AlterViewStep.renameTo(String newName)
Add a
RENAME TO clause to the ALTER VIEW
statement. |
AlterViewFinalStep |
AlterViewStep.renameTo(Table<?> newName)
Add a
RENAME TO clause to the ALTER VIEW
statement. |
Copyright © 2019. All rights reserved.