Uses of Interface
org.jooq.impl.QOM.CreateView
Packages that use QOM.CreateView
-
Uses of QOM.CreateView in org.jooq.impl
Methods in org.jooq.impl that return QOM.CreateViewModifier 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>