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(java.lang.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,SQLSERVER}) AlterViewFinalStep renameTo(Table<?> newName)
RENAME TO
clause to the ALTER VIEW
statement.@Support(value={HSQLDB,ORACLE,POSTGRES,SQLSERVER}) AlterViewFinalStep renameTo(Name newName)
RENAME TO
clause to the ALTER VIEW
statement.Copyright © 2018. All Rights Reserved.