@NotNull AlterViewFinalStep |
AlterViewStep.comment(String comment) |
Specify a comment for a table using MySQL's syntax (which MySQL currently
doesn't support on views).
|
@NotNull AlterViewFinalStep |
AlterViewStep.comment(Comment comment) |
Specify a comment for a table using MySQL's syntax (which MySQL currently
doesn't support on views).
|
@NotNull AlterViewFinalStep |
AlterViewStep.renameTo(String newName) |
Add a RENAME TO clause to the ALTER VIEW
statement.
|
@NotNull AlterViewFinalStep |
AlterViewStep.renameTo(Name newName) |
Add a RENAME TO clause to the ALTER VIEW
statement.
|
@NotNull AlterViewFinalStep |
AlterViewStep.renameTo(Table<?> newName) |
Add a RENAME TO clause to the ALTER VIEW
statement.
|