Module org.jooq
Package org.jooq.impl

Interface QOM.AlterView

All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
Enclosing class:
QOM

public static interface QOM.AlterView extends DDLQuery
The ALTER VIEW statement.
  • Method Details

    • $view

      @NotNull @NotNull Table<?> $view()
    • $ifExists

      boolean $ifExists()
    • $comment

      @Nullable @Nullable Comment $comment()
    • $renameTo

      @Nullable @Nullable Table<?> $renameTo()
    • $view

      @NotNull @NotNull QOM.AlterView $view(Table<?> view)
    • $ifExists

      @NotNull @NotNull QOM.AlterView $ifExists(boolean ifExists)
    • $comment

      @NotNull @NotNull QOM.AlterView $comment(Comment comment)
    • $renameTo

      @NotNull @NotNull QOM.AlterView $renameTo(Table<?> renameTo)