Interface QOM.CreateType
- All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
- Enclosing class:
QOM
The
CREATE TYPE statement.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Field<?>> @NotNull QOM.CreateType$attributes(Collection<? extends Field<?>> attributes) boolean@NotNull QOM.CreateType$ifNotExists(boolean ifNotExists) @NotNull Type<?> $type()@NotNull QOM.CreateType@NotNull QOM.UnmodifiableList<? extends Field<String>> $values()@NotNull QOM.CreateType$values(Collection<? extends Field<String>> values) 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
-
$type
-
$ifNotExists
boolean $ifNotExists() -
$values
-
$attributes
-
$type
-
$ifNotExists
-
$values
@CheckReturnValue @NotNull @NotNull QOM.CreateType $values(Collection<? extends Field<String>> values) -
$attributes
@CheckReturnValue @NotNull @NotNull QOM.CreateType $attributes(Collection<? extends Field<?>> attributes)
-