Interface QOM.CreateDomain<T>
- All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
- Enclosing class:
QOM
The
CREATE DOMAIN statement.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Constraint> @NotNull QOM.CreateDomain<T> $constraints(Collection<? extends Constraint> constraints) @NotNull QOM.CreateDomain<T> @NotNull QOM.CreateDomain<T> @NotNull Domain<?> $domain()@NotNull QOM.CreateDomain<T> boolean@NotNull QOM.CreateDomain<T> $ifNotExists(boolean ifNotExists) 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
-
$domain
-
$ifNotExists
boolean $ifNotExists() -
$dataType
-
$default_
-
$constraints
-
$domain
-
$ifNotExists
-
$dataType
-
$default_
-
$constraints
@CheckReturnValue @NotNull @NotNull QOM.CreateDomain<T> $constraints(Collection<? extends Constraint> constraints)
-