- 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 SummaryModifier 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.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$view
- 
$fields
- 
$orReplaceboolean $orReplace()
- 
$materializedboolean $materialized()
- 
$ifNotExistsboolean $ifNotExists()
- 
$query
- 
$view
- 
$fields@CheckReturnValue @NotNull @NotNull QOM.CreateView<R> $fields(Collection<? extends Field<?>> fields) 
- 
$orReplace
- 
$materialized
- 
$ifNotExists
- 
$query
 
-