Uses of Interface
org.jooq.AlterViewFinalStep
-
Packages that use AlterViewFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of AlterViewFinalStep in org.jooq
Methods in org.jooq that return AlterViewFinalStep Modifier and Type Method Description AlterViewFinalStepAlterViewStep. comment(String comment)Specify a comment for a table using MySQL's syntax (which MySQL currently doesn't support on views).AlterViewFinalStepAlterViewStep. comment(Comment comment)Specify a comment for a table using MySQL's syntax (which MySQL currently doesn't support on views).AlterViewFinalStepAlterViewStep. renameTo(String newName)Add aRENAME TOclause to theALTER VIEWstatement.AlterViewFinalStepAlterViewStep. renameTo(Name newName)Add aRENAME TOclause to theALTER VIEWstatement.AlterViewFinalStepAlterViewStep. renameTo(Table<?> newName)Add aRENAME TOclause to theALTER VIEWstatement.
-