Uses of Interface
org.jooq.AlterSchemaFinalStep
-
Packages that use AlterSchemaFinalStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of AlterSchemaFinalStep in org.jooq
Methods in org.jooq that return AlterSchemaFinalStep Modifier and Type Method Description AlterSchemaFinalStep
AlterSchemaStep. renameTo(String newName)
Add aRENAME TO
clause to theALTER SCHEMA
statement.AlterSchemaFinalStep
AlterSchemaStep. renameTo(Name newName)
Add aRENAME TO
clause to theALTER SCHEMA
statement.AlterSchemaFinalStep
AlterSchemaStep. renameTo(Schema newName)
Add aRENAME TO
clause to theALTER SCHEMA
statement.
-