Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
AlterSchemaFinalStep |
AlterSchemaStep.renameTo(Name newName)
Add a
RENAME TO clause to the ALTER SCHEMA
statement. |
AlterSchemaFinalStep |
AlterSchemaStep.renameTo(Schema newName)
Add a
RENAME TO clause to the ALTER SCHEMA
statement. |
AlterSchemaFinalStep |
AlterSchemaStep.renameTo(String newName)
Add a
RENAME TO clause to the ALTER SCHEMA
statement. |
Copyright © 2017. All Rights Reserved.