Package com.mckoi.database
Class Transaction.CheckExpression
java.lang.Object
com.mckoi.database.Transaction.CheckExpression
- Enclosing class:
- Transaction
Represents a constraint expression to check.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshort
Whether this is deferred or initially immediate.The expression to check.The name of the check expression (the constraint name). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the check expression (the constraint name). -
expression
The expression to check. -
deferred
public short deferredWhether this is deferred or initially immediate.
-
-
Constructor Details
-
CheckExpression
public CheckExpression()
-