Uses of Interface
org.jooq.impl.QOM.CreateIndex
-
Uses of QOM.CreateIndex in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.CreateIndex
QOM.CreateIndex.$excludeNullKeys
(boolean excludeNullKeys) @NotNull QOM.CreateIndex
QOM.CreateIndex.$ifNotExists
(boolean ifNotExists) @NotNull QOM.CreateIndex
QOM.CreateIndex.$include
(Collection<? extends Field<?>> include) @NotNull QOM.CreateIndex
@NotNull QOM.CreateIndex
QOM.CreateIndex.$on
(Collection<? extends OrderField<?>> on) @NotNull QOM.CreateIndex
@NotNull QOM.CreateIndex
QOM.CreateIndex.$unique
(boolean unique) @NotNull QOM.CreateIndex