Module org.jooq
Package org.jooq.impl

Interface QOM.CreateView<R extends Record>

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.CreateView<R extends Record> extends DDLQuery
The CREATE VIEW statement.
  • Method Details

    • $ifNotExists

      boolean $ifNotExists()
    • $orReplace

      boolean $orReplace()
    • $view

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

      @NotNull @NotNull QOM.UnmodifiableList<? extends Field<?>> $fields()
    • $query

      @NotNull @NotNull ResultQuery<R> $query()