- All Superinterfaces:
Attachable
,AttachableQueryPart
,DDLQuery
,Flow.Publisher<Integer>
,Publisher<Integer>
,org.reactivestreams.Publisher<Integer>
,Query
,QueryPart
,RowCountQuery
,Serializable
,Statement
- Enclosing class:
QOM
The
CREATE INDEX
statement.-
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull QOM.CreateIndex
$excludeNullKeys
(boolean excludeNullKeys) boolean
@NotNull QOM.CreateIndex
$ifNotExists
(boolean ifNotExists) @NotNull QOM.UnmodifiableList<? extends Field<?>>
$include()
@NotNull QOM.CreateIndex
$include
(Collection<? extends Field<?>> include) @Nullable Index
$index()
@NotNull QOM.CreateIndex
@NotNull QOM.UnmodifiableList<? extends OrderField<?>>
$on()
@NotNull QOM.CreateIndex
$on
(Collection<? extends OrderField<?>> on) @Nullable Table<?>
$table()
@NotNull QOM.CreateIndex
boolean
$unique()
@NotNull QOM.CreateIndex
$unique
(boolean unique) @Nullable Condition
$where()
@NotNull QOM.CreateIndex
Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$unique
boolean $unique() -
$index
-
$ifNotExists
boolean $ifNotExists() -
$table
-
$on
-
$include
-
$where
-
$excludeNullKeys
boolean $excludeNullKeys() -
$unique
-
$index
-
$ifNotExists
-
$table
-
$on
-
$include
@CheckReturnValue @NotNull @NotNull QOM.CreateIndex $include(Collection<? extends Field<?>> include) -
$where
-
$excludeNullKeys
-