Class Transaction.CheckExpression

java.lang.Object
com.mckoi.database.Transaction.CheckExpression
Enclosing class:
Transaction

public static class Transaction.CheckExpression extends Object
Represents a constraint expression to check.
  • Field Details

    • name

      public String name
      The name of the check expression (the constraint name).
    • expression

      public Expression expression
      The expression to check.
    • deferred

      public short deferred
      Whether this is deferred or initially immediate.
  • Constructor Details

    • CheckExpression

      public CheckExpression()