public interface AlterViewStep
ALTER VIEW where the action can be decided.| Modifier and Type | Method and Description |
|---|---|
AlterViewFinalStep |
renameTo(Name newName)
Add a
RENAME TO clause to the ALTER VIEW
statement. |
AlterViewFinalStep |
renameTo(String newName)
Add a
RENAME TO clause to the ALTER VIEW
statement. |
AlterViewFinalStep |
renameTo(Table<?> newName)
Add a
RENAME TO clause to the ALTER VIEW
statement. |
@Support(value={HSQLDB,ORACLE,POSTGRES}) AlterViewFinalStep renameTo(Table<?> newName)
RENAME TO clause to the ALTER VIEW
statement.@Support(value={HSQLDB,ORACLE,POSTGRES}) AlterViewFinalStep renameTo(Name newName)
RENAME TO clause to the ALTER VIEW
statement.Copyright © 2017. All Rights Reserved.