Interface QOM.SetConstraints
- All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
- Enclosing class:
QOM
The
SET CONSTRAINTS statement.
Set the deferrability on a set of constraints for the current transaction.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Constraint> @NotNull QOM.SetConstraints$constraints(Collection<? extends Constraint> constraints) boolean@NotNull QOM.SetConstraints$deferred(boolean deferred) 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
-
$constraints
-
$deferred
boolean $deferred() -
$constraints
@CheckReturnValue @NotNull @NotNull QOM.SetConstraints $constraints(Collection<? extends Constraint> constraints) -
$deferred
-