Uses of Interface
org.jooq.impl.QOM.CreateView
-
Uses of QOM.CreateView in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.CreateView<R>
QOM.CreateView.$fields
(Collection<? extends Field<?>> fields) @NotNull QOM.CreateView<R>
QOM.CreateView.$ifNotExists
(boolean ifNotExists) @NotNull QOM.CreateView<R>
QOM.CreateView.$materialized
(boolean materialized) @NotNull QOM.CreateView<R>
QOM.CreateView.$orReplace
(boolean orReplace) @NotNull QOM.CreateView<R>
QOM.CreateView.$query
(ResultQuery<? extends R> query) @NotNull QOM.CreateView<R>