public interface AlterSchemaStep
ALTER SCHEMA DSL used to specify
ALTER behaviour.| Modifier and Type | Method and Description |
|---|---|
AlterSchemaFinalStep |
renameTo(Name newName)
Add a
RENAME TO clause to the ALTER SCHEMA
statement. |
AlterSchemaFinalStep |
renameTo(Schema newName)
Add a
RENAME TO clause to the ALTER SCHEMA
statement. |
AlterSchemaFinalStep |
renameTo(String newName)
Add a
RENAME TO clause to the ALTER SCHEMA
statement. |
Copyright © 2017. All Rights Reserved.