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
-
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 Attachable
attach, configuration, detachMethods inherited from interface AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.Publisher
subscribeMethods inherited from interface Query
bind, bind, cancel, execute, executeAsync, executeAsync, executeLarge, executeLargeAsync, executeLargeAsync, isExecutable, keepStatement, poolable, queryTimeoutMethods inherited from interface QueryPart
$replace, $replace, $traverse, $traverse, equals, hashCode, toStringMethods inherited from interface RowCountQuery
largePublisher
-
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
-