public static class Transaction.CheckExpression
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
short |
deferred |
Whether this is deferred or initially immediate.
|
Expression |
expression |
The expression to check.
|
java.lang.String |
name |
The name of the check expression (the constraint name).
|
Constructor | Description |
---|---|
CheckExpression() |
public java.lang.String name
public Expression expression
public short deferred
Copyright © 2018. All rights reserved.