|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.Transaction.CheckExpression
public static class Transaction.CheckExpression
Represents a constraint expression to check.
Field Summary | |
---|---|
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 Summary | |
---|---|
Transaction.CheckExpression()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public Expression expression
public short deferred
Constructor Detail |
---|
public Transaction.CheckExpression()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |