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