- All Superinterfaces:
Attachable,AttachableQueryPart,DDLQuery,Flow.Publisher<Integer>,Publisher<Integer>,org.reactivestreams.Publisher<Integer>,Query,QueryPart,RowCountQuery,Serializable,Statement
- Enclosing class:
QOM
The
CREATE VIEW statement.-
Method Summary
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Field<?>> $fields()@NotNull QOM.CreateView<R> $fields(Collection<? extends Field<?>> fields) boolean@NotNull QOM.CreateView<R> $ifNotExists(boolean ifNotExists) boolean@NotNull QOM.CreateView<R> $materialized(boolean materialized) boolean@NotNull QOM.CreateView<R> $orReplace(boolean orReplace) @Nullable ResultQuery<? extends R> $query()@NotNull QOM.CreateView<R> $query(ResultQuery<? extends R> query) @NotNull Table<?> $view()@NotNull QOM.CreateView<R> Methods inherited from interface org.jooq.Attachable
attach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.Publisher
subscribeMethods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$view
-
$fields
-
$orReplace
boolean $orReplace() -
$materialized
boolean $materialized() -
$ifNotExists
boolean $ifNotExists() -
$query
-
$view
-
$fields
@CheckReturnValue @NotNull @NotNull QOM.CreateView<R> $fields(Collection<? extends Field<?>> fields) -
$orReplace
-
$materialized
-
$ifNotExists
-
$query
-